Html Css Color HEX #F29928 Carrot Orange

📋 copy color: '#F29928'

red 242 ◦ green 153 ◦ blue 40

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

Shades of Carrot Orange #F29928

Tints of Carrot Orange #F29928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

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

R = 55.63%
G = 35.17%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F29928 (or 0xF29928) is known color: Carrot Orange. HEX triplet: F2, 99 and 28. RGB value is (242,153,40). Sum of RGB (Red+Green+Blue) = 242+153+40=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F29928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29928 is #0D66D7. Grayscale: #A7A7A7. Windows color (decimal): -878296 or 2660850. OLE color: 2660850.

HSL color Cylindrical-coordinate representation of color #F29928: hue angle of 33.56º 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 #F29928 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 153 40 -
CMYK 0 0.37 0.83 0.05
HSL 33.56º 0.89% 0.55% -
HSV(B) 33.56º 0.83% 0.95% -
XYZ 48.39 41.81 7.53 -
YUV 166.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 242 153 40 0 0.37 0.83 0.05 33.56 0.89 0.55
Hex F2 99 28 0 25 53 5 22 59 37
Octal 362 231 50 0 45 123 5 42 131 67
Binary 11110010 10011001 101000 0 100101 1010011 101 100010 1011001 110111

Color Harmonies of #F29928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29928

Black with #F29928

Text Example


Text Example

White with #F29928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29928; }

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

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

background-color css

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

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

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

border-color css

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

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

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