Html Css Color HEX #F28C11 Carrot Orange

📋 copy color: '#F28C11'

red 242 ◦ green 140 ◦ blue 17

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

Shades of Carrot Orange #F28C11

Tints of Carrot Orange #F28C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 60.65%
G = 35.09%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28C11 (or 0xF28C11) is known color: Carrot Orange. HEX triplet: F2, 8C and 11. RGB value is (242,140,17). Sum of RGB (Red+Green+Blue) = 242+140+17=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C11 is #0D73EE. Grayscale: #9D9D9D. Windows color (decimal): -881647 or 1150194. OLE color: 1150194.

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

Color convert

RGB 242 140 17 -
CMYK 0 0.42 0.93 0.05
HSL 32.8º 0.9% 0.51% -
HSV(B) 32.8º 0.93% 0.95% -
XYZ 46.1 37.67 5.37 -
YUV 156.48 49.29 189 -
System Red Green Blue C M Y K H S L
Decimal 242 140 17 0 0.42 0.93 0.05 32.8 0.9 0.51
Hex F2 8C 11 0 2A 5D 5 21 5A 33
Octal 362 214 21 0 52 135 5 41 132 63
Binary 11110010 10001100 10001 0 101010 1011101 101 100001 1011010 110011

Color Harmonies of #F28C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C11

Black with #F28C11

Text Example


Text Example

White with #F28C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C11; }

 p { color: rgb(242,140,17); }

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

background-color css

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

 a { background-color: rgb(242,140,17); }

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

border-color css

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

 span { border-color: rgb(242,140,17); }

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