Html Css Color HEX #F28813 Carrot Orange

📋 copy color: '#F28813'

red 242 ◦ green 136 ◦ blue 19

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

Shades of Carrot Orange #F28813

Tints of Carrot Orange #F28813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.79%

R = 60.96%
G = 34.26%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F28813 (or 0xF28813) is known color: Carrot Orange. HEX triplet: F2, 88 and 13. RGB value is (242,136,19). Sum of RGB (Red+Green+Blue) = 242+136+19=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28813 is #0D77EC. Grayscale: #9A9A9A. Windows color (decimal): -882669 or 1280242. OLE color: 1280242.

HSL color Cylindrical-coordinate representation of color #F28813: hue angle of 31.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F28813 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 136 19 -
CMYK 0 0.44 0.92 0.05
HSL 31.48º 0.9% 0.51% -
HSV(B) 31.48º 0.92% 0.95% -
XYZ 45.54 36.53 5.27 -
YUV 154.36 51.62 190.51 -
System Red Green Blue C M Y K H S L
Decimal 242 136 19 0 0.44 0.92 0.05 31.48 0.9 0.51
Hex F2 88 13 0 2C 5C 5 1F 5A 33
Octal 362 210 23 0 54 134 5 37 132 63
Binary 11110010 10001000 10011 0 101100 1011100 101 11111 1011010 110011

Color Harmonies of #F28813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28813

Black with #F28813

Text Example


Text Example

White with #F28813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28813; }

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

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

background-color css

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

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

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

border-color css

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

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

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