Html Css Color HEX #F29029 Carrot Orange

📋 copy color: '#F29029'

red 242 ◦ green 144 ◦ blue 41

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

Shades of Carrot Orange #F29029

Tints of Carrot Orange #F29029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

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

R = 56.67%
G = 33.72%
B = 9.6%

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

#F29029 (or 0xF29029) is known color: Carrot Orange. HEX triplet: F2, 90 and 29. RGB value is (242,144,41). Sum of RGB (Red+Green+Blue) = 242+144+41=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F29029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29029 is #0D6FD6. Grayscale: #A2A2A2. Windows color (decimal): -880599 or 2724082. OLE color: 2724082.

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

Color convert

RGB 242 144 41 -
CMYK 0 0.40 0.83 0.05
HSL 30.75º 0.89% 0.55% -
HSV(B) 30.75º 0.83% 0.95% -
XYZ 46.99 38.98 7.15 -
YUV 161.56 59.97 185.38 -
System Red Green Blue C M Y K H S L
Decimal 242 144 41 0 0.40 0.83 0.05 30.75 0.89 0.55
Hex F2 90 29 0 28 53 5 1F 59 37
Octal 362 220 51 0 50 123 5 37 131 67
Binary 11110010 10010000 101001 0 101000 1010011 101 11111 1011001 110111

Color Harmonies of #F29029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29029

Black with #F29029

Text Example


Text Example

White with #F29029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29029; }

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

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

background-color css

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

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

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

border-color css

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

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

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