Html Css Color HEX #F29229 Carrot Orange

📋 copy color: '#F29229'

red 242 ◦ green 146 ◦ blue 41

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

Shades of Carrot Orange #F29229

Tints of Carrot Orange #F29229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.03%

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

R = 56.41%
G = 34.03%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F29229 (or 0xF29229) is known color: Carrot Orange. HEX triplet: F2, 92 and 29. RGB value is (242,146,41). Sum of RGB (Red+Green+Blue) = 242+146+41=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F29229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29229 is #0D6DD6. Grayscale: #A3A3A3. Windows color (decimal): -880087 or 2724594. OLE color: 2724594.

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

Color convert

RGB 242 146 41 -
CMYK 0 0.40 0.83 0.05
HSL 31.34º 0.89% 0.55% -
HSV(B) 31.34º 0.83% 0.95% -
XYZ 47.3 39.6 7.25 -
YUV 162.73 59.3 184.54 -
System Red Green Blue C M Y K H S L
Decimal 242 146 41 0 0.40 0.83 0.05 31.34 0.89 0.55
Hex F2 92 29 0 28 53 5 1F 59 37
Octal 362 222 51 0 50 123 5 37 131 67
Binary 11110010 10010010 101001 0 101000 1010011 101 11111 1011001 110111

Color Harmonies of #F29229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29229

Black with #F29229

Text Example


Text Example

White with #F29229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29229; }

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

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

background-color css

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

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

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

border-color css

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

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

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