Html Css Color HEX #F29129 Carrot Orange

📋 copy color: '#F29129'

red 242 ◦ green 145 ◦ blue 41

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

Shades of Carrot Orange #F29129

Tints of Carrot Orange #F29129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

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

R = 56.54%
G = 33.88%
B = 9.58%

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

#F29129 (or 0xF29129) is known color: Carrot Orange. HEX triplet: F2, 91 and 29. RGB value is (242,145,41). Sum of RGB (Red+Green+Blue) = 242+145+41=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F29129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29129 is #0D6ED6. Grayscale: #A2A2A2. Windows color (decimal): -880343 or 2724338. OLE color: 2724338.

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

Color convert

RGB 242 145 41 -
CMYK 0 0.40 0.83 0.05
HSL 31.04º 0.89% 0.55% -
HSV(B) 31.04º 0.83% 0.95% -
XYZ 47.14 39.29 7.2 -
YUV 162.15 59.64 184.96 -
System Red Green Blue C M Y K H S L
Decimal 242 145 41 0 0.40 0.83 0.05 31.04 0.89 0.55
Hex F2 91 29 0 28 53 5 1F 59 37
Octal 362 221 51 0 50 123 5 37 131 67
Binary 11110010 10010001 101001 0 101000 1010011 101 11111 1011001 110111

Color Harmonies of #F29129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29129

Black with #F29129

Text Example


Text Example

White with #F29129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29129; }

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

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

background-color css

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

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

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

border-color css

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

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

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