Html Css Color HEX #F29529 Carrot Orange

📋 copy color: '#F29529'

red 242 ◦ green 149 ◦ blue 41

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

Shades of Carrot Orange #F29529

Tints of Carrot Orange #F29529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.49%

R = 56.02%
G = 34.49%
B = 9.49%

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

#F29529 (or 0xF29529) is known color: Carrot Orange. HEX triplet: F2, 95 and 29. RGB value is (242,149,41). Sum of RGB (Red+Green+Blue) = 242+149+41=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F29529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29529 is #0D6AD6. Grayscale: #A5A5A5. Windows color (decimal): -879319 or 2725362. OLE color: 2725362.

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

Color convert

RGB 242 149 41 -
CMYK 0 0.38 0.83 0.05
HSL 32.24º 0.89% 0.55% -
HSV(B) 32.24º 0.83% 0.95% -
XYZ 47.77 40.53 7.4 -
YUV 164.5 58.31 183.28 -
System Red Green Blue C M Y K H S L
Decimal 242 149 41 0 0.38 0.83 0.05 32.24 0.89 0.55
Hex F2 95 29 0 26 53 5 20 59 37
Octal 362 225 51 0 46 123 5 40 131 67
Binary 11110010 10010101 101001 0 100110 1010011 101 100000 1011001 110111

Color Harmonies of #F29529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29529

Black with #F29529

Text Example


Text Example

White with #F29529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29529; }

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

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

background-color css

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

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

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

border-color css

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

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

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