Html Css Color HEX #F29018 Carrot Orange

📋 copy color: '#F29018'

red 242 ◦ green 144 ◦ blue 24

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

Shades of Carrot Orange #F29018

Tints of Carrot Orange #F29018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 59.02%
G = 35.12%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F29018 (or 0xF29018) is known color: Carrot Orange. HEX triplet: F2, 90 and 18. RGB value is (242,144,24). Sum of RGB (Red+Green+Blue) = 242+144+24=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F29018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29018 is #0D6FE7. Grayscale: #A0A0A0. Windows color (decimal): -880616 or 1609970. OLE color: 1609970.

HSL color Cylindrical-coordinate representation of color #F29018: hue angle of 33.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F29018 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 24 -
CMYK 0 0.40 0.90 0.05
HSL 33.03º 0.89% 0.52% -
HSV(B) 33.03º 0.9% 0.95% -
XYZ 46.76 38.89 5.91 -
YUV 159.62 51.47 186.76 -
System Red Green Blue C M Y K H S L
Decimal 242 144 24 0 0.40 0.90 0.05 33.03 0.89 0.52
Hex F2 90 18 0 28 5A 5 21 59 34
Octal 362 220 30 0 50 132 5 41 131 64
Binary 11110010 10010000 11000 0 101000 1011010 101 100001 1011001 110100

Color Harmonies of #F29018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29018

Black with #F29018

Text Example


Text Example

White with #F29018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29018; }

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

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

background-color css

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

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

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

border-color css

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

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

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