Html Css Color HEX #F28718 Carrot Orange

📋 copy color: '#F28718'

red 242 ◦ green 135 ◦ blue 24

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

Shades of Carrot Orange #F28718

Tints of Carrot Orange #F28718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

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

R = 60.35%
G = 33.67%
B = 5.99%

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

#F28718 (or 0xF28718) is known color: Carrot Orange. HEX triplet: F2, 87 and 18. RGB value is (242,135,24). Sum of RGB (Red+Green+Blue) = 242+135+24=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F28718 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28718 is #0D78E7. Grayscale: #9A9A9A. Windows color (decimal): -882920 or 1607666. OLE color: 1607666.

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

Color convert

RGB 242 135 24 -
CMYK 0 0.44 0.90 0.05
HSL 30.55º 0.89% 0.52% -
HSV(B) 30.55º 0.9% 0.95% -
XYZ 45.45 36.27 5.47 -
YUV 154.34 54.45 190.53 -
System Red Green Blue C M Y K H S L
Decimal 242 135 24 0 0.44 0.90 0.05 30.55 0.89 0.52
Hex F2 87 18 0 2C 5A 5 1F 59 34
Octal 362 207 30 0 54 132 5 37 131 64
Binary 11110010 10000111 11000 0 101100 1011010 101 11111 1011001 110100

Color Harmonies of #F28718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28718

Black with #F28718

Text Example


Text Example

White with #F28718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28718; }

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

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

background-color css

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

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

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

border-color css

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

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

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