Html Css Color HEX #F29428 Carrot Orange

📋 copy color: '#F29428'

red 242 ◦ green 148 ◦ blue 40

#F29428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F29428

Tints of Carrot Orange #F29428

RGB

 RED value IS 242 (94.92% from 255) = 56.28%

 GREEN value IS 148 (58.2% from 255) = 34.42%

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 56.28%
G = 34.42%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F29428 (or 0xF29428) is known color: Carrot Orange. HEX triplet: F2, 94 and 28. RGB value is (242,148,40). Sum of RGB (Red+Green+Blue) = 242+148+40=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F29428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29428 is #0D6BD7. Grayscale: #A4A4A4. Windows color (decimal): -879576 or 2659570. OLE color: 2659570.

HSL color Cylindrical-coordinate representation of color #F29428: hue angle of 32.08º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F29428 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 148 40 -
CMYK 0 0.39 0.83 0.05
HSL 32.08º 0.89% 0.55% -
HSV(B) 32.08º 0.83% 0.95% -
XYZ 47.59 40.21 7.26 -
YUV 163.79 58.14 183.78 -
System Red Green Blue C M Y K H S L
Decimal 242 148 40 0 0.39 0.83 0.05 32.08 0.89 0.55
Hex F2 94 28 0 27 53 5 20 59 37
Octal 362 224 50 0 47 123 5 40 131 67
Binary 11110010 10010100 101000 0 100111 1010011 101 100000 1011001 110111

Color Harmonies of #F29428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29428

Black with #F29428

Text Example


Text Example

White with #F29428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29428; }

 p { color: rgb(242,148,40); }

 H1.HeaderClassName
 {
   color: #F29428;
 }
 .AnyTagClassName
 {
   color: #F29428;
 }
</style>

background-color css

<style>
 a { background-color: #F29428; }

 a { background-color: rgb(242,148,40); }

 div.DivClassName
 {
   background-color: #F29428;
 }
 .BgClassName
 {
   background-color: #F29428;
 }
</style>

border-color css

<style>
 span { border-color: #F29428; }

 span { border-color: rgb(242,148,40); }

 td.TdClassName
 {
   border-color: #F29428;
 }
 .TagClassName
 {
   border-color: #F29428;
 }
</style>