Html Css Color HEX #F29329 Carrot Orange

📋 copy color: '#F29329'

red 242 ◦ green 147 ◦ blue 41

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

Shades of Carrot Orange #F29329

Tints of Carrot Orange #F29329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

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

R = 56.28%
G = 34.19%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F29329 (or 0xF29329) is known color: Carrot Orange. HEX triplet: F2, 93 and 29. RGB value is (242,147,41). Sum of RGB (Red+Green+Blue) = 242+147+41=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F29329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29329 is #0D6CD6. Grayscale: #A3A3A3. Windows color (decimal): -879831 or 2724850. OLE color: 2724850.

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

Color convert

RGB 242 147 41 -
CMYK 0 0.39 0.83 0.05
HSL 31.64º 0.89% 0.55% -
HSV(B) 31.64º 0.83% 0.95% -
XYZ 47.45 39.9 7.3 -
YUV 163.32 58.97 184.12 -
System Red Green Blue C M Y K H S L
Decimal 242 147 41 0 0.39 0.83 0.05 31.64 0.89 0.55
Hex F2 93 29 0 27 53 5 20 59 37
Octal 362 223 51 0 47 123 5 40 131 67
Binary 11110010 10010011 101001 0 100111 1010011 101 100000 1011001 110111

Color Harmonies of #F29329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29329

Black with #F29329

Text Example


Text Example

White with #F29329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29329; }

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

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

background-color css

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

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

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

border-color css

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

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

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