Html Css Color HEX #F28818 Carrot Orange

📋 copy color: '#F28818'

red 242 ◦ green 136 ◦ blue 24

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

Shades of Carrot Orange #F28818

Tints of Carrot Orange #F28818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 60.2%
G = 33.83%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28818 (or 0xF28818) is known color: Carrot Orange. HEX triplet: F2, 88 and 18. RGB value is (242,136,24). Sum of RGB (Red+Green+Blue) = 242+136+24=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F28818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28818 is #0D77E7. Grayscale: #9B9B9B. Windows color (decimal): -882664 or 1607922. OLE color: 1607922.

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

Color convert

RGB 242 136 24 -
CMYK 0 0.44 0.90 0.05
HSL 30.83º 0.89% 0.52% -
HSV(B) 30.83º 0.9% 0.95% -
XYZ 45.59 36.55 5.52 -
YUV 154.93 54.12 190.11 -
System Red Green Blue C M Y K H S L
Decimal 242 136 24 0 0.44 0.90 0.05 30.83 0.89 0.52
Hex F2 88 18 0 2C 5A 5 1F 59 34
Octal 362 210 30 0 54 132 5 37 131 64
Binary 11110010 10001000 11000 0 101100 1011010 101 11111 1011001 110100

Color Harmonies of #F28818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28818

Black with #F28818

Text Example


Text Example

White with #F28818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28818; }

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

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

background-color css

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

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

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

border-color css

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

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

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