Html Css Color HEX #F28318 Carrot Orange

📋 copy color: '#F28318'

red 242 ◦ green 131 ◦ blue 24

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

Shades of Carrot Orange #F28318

Tints of Carrot Orange #F28318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 60.96%
G = 33%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28318 (or 0xF28318) is known color: Carrot Orange. HEX triplet: F2, 83 and 18. RGB value is (242,131,24). Sum of RGB (Red+Green+Blue) = 242+131+24=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28318 is #0D7CE7. Grayscale: #989898. Windows color (decimal): -883944 or 1606642. OLE color: 1606642.

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

Color convert

RGB 242 131 24 -
CMYK 0 0.46 0.90 0.05
HSL 29.45º 0.89% 0.52% -
HSV(B) 29.45º 0.9% 0.95% -
XYZ 44.9 35.18 5.29 -
YUV 151.99 55.77 192.2 -
System Red Green Blue C M Y K H S L
Decimal 242 131 24 0 0.46 0.90 0.05 29.45 0.89 0.52
Hex F2 83 18 0 2E 5A 5 1D 59 34
Octal 362 203 30 0 56 132 5 35 131 64
Binary 11110010 10000011 11000 0 101110 1011010 101 11101 1011001 110100

Color Harmonies of #F28318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28318

Black with #F28318

Text Example


Text Example

White with #F28318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28318; }

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

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

background-color css

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

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

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

border-color css

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

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

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