Html Css Color HEX #F28C16 Carrot Orange

📋 copy color: '#F28C16'

red 242 ◦ green 140 ◦ blue 22

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

Shades of Carrot Orange #F28C16

Tints of Carrot Orange #F28C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.45%

R = 59.9%
G = 34.65%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28C16 (or 0xF28C16) is known color: Carrot Orange. HEX triplet: F2, 8C and 16. RGB value is (242,140,22). Sum of RGB (Red+Green+Blue) = 242+140+22=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C16 is #0D73E9. Grayscale: #9D9D9D. Windows color (decimal): -881642 or 1477874. OLE color: 1477874.

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

Color convert

RGB 242 140 22 -
CMYK 0 0.42 0.91 0.05
HSL 32.18º 0.89% 0.52% -
HSV(B) 32.18º 0.91% 0.95% -
XYZ 46.14 37.69 5.6 -
YUV 157.05 51.79 188.59 -
System Red Green Blue C M Y K H S L
Decimal 242 140 22 0 0.42 0.91 0.05 32.18 0.89 0.52
Hex F2 8C 16 0 2A 5B 5 20 59 34
Octal 362 214 26 0 52 133 5 40 131 64
Binary 11110010 10001100 10110 0 101010 1011011 101 100000 1011001 110100

Color Harmonies of #F28C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C16

Black with #F28C16

Text Example


Text Example

White with #F28C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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