Html Css Color HEX #F29528 Carrot Orange

📋 copy color: '#F29528'

red 242 ◦ green 149 ◦ blue 40

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

Shades of Carrot Orange #F29528

Tints of Carrot Orange #F29528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

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

R = 56.15%
G = 34.57%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F29528 (or 0xF29528) is known color: Carrot Orange. HEX triplet: F2, 95 and 28. RGB value is (242,149,40). Sum of RGB (Red+Green+Blue) = 242+149+40=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F29528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29528 is #0D6AD7. Grayscale: #A4A4A4. Windows color (decimal): -879320 or 2659826. OLE color: 2659826.

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

Color convert

RGB 242 149 40 -
CMYK 0 0.38 0.83 0.05
HSL 32.38º 0.89% 0.55% -
HSV(B) 32.38º 0.83% 0.95% -
XYZ 47.75 40.53 7.31 -
YUV 164.38 57.81 183.36 -
System Red Green Blue C M Y K H S L
Decimal 242 149 40 0 0.38 0.83 0.05 32.38 0.89 0.55
Hex F2 95 28 0 26 53 5 20 59 37
Octal 362 225 50 0 46 123 5 40 131 67
Binary 11110010 10010101 101000 0 100110 1010011 101 100000 1011001 110111

Color Harmonies of #F29528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29528

Black with #F29528

Text Example


Text Example

White with #F29528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29528; }

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

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

background-color css

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

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

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

border-color css

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

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

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