Html Css Color HEX #F29218 Carrot Orange

📋 copy color: '#F29218'

red 242 ◦ green 146 ◦ blue 24

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

Shades of Carrot Orange #F29218

Tints of Carrot Orange #F29218

RGB

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

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

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

R = 58.74%
G = 35.44%
B = 5.83%

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

#F29218 (or 0xF29218) is known color: Carrot Orange. HEX triplet: F2, 92 and 18. RGB value is (242,146,24). Sum of RGB (Red+Green+Blue) = 242+146+24=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F29218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29218 is #0D6DE7. Grayscale: #A1A1A1. Windows color (decimal): -880104 or 1610482. OLE color: 1610482.

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

Color convert

RGB 242 146 24 -
CMYK 0 0.40 0.90 0.05
HSL 33.58º 0.89% 0.52% -
HSV(B) 33.58º 0.9% 0.95% -
XYZ 47.06 39.5 6.01 -
YUV 160.8 50.8 185.92 -
System Red Green Blue C M Y K H S L
Decimal 242 146 24 0 0.40 0.90 0.05 33.58 0.89 0.52
Hex F2 92 18 0 28 5A 5 22 59 34
Octal 362 222 30 0 50 132 5 42 131 64
Binary 11110010 10010010 11000 0 101000 1011010 101 100010 1011001 110100

Color Harmonies of #F29218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29218

Black with #F29218

Text Example


Text Example

White with #F29218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29218; }

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

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

background-color css

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

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

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

border-color css

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

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

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