Html Css Color HEX #F28516 Carrot Orange

📋 copy color: '#F28516'

red 242 ◦ green 133 ◦ blue 22

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

Shades of Carrot Orange #F28516

Tints of Carrot Orange #F28516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 60.96%
G = 33.5%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28516 (or 0xF28516) is known color: Carrot Orange. HEX triplet: F2, 85 and 16. RGB value is (242,133,22). Sum of RGB (Red+Green+Blue) = 242+133+22=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28516 is #0D7AE9. Grayscale: #999999. Windows color (decimal): -883434 or 1476082. OLE color: 1476082.

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

Color convert

RGB 242 133 22 -
CMYK 0 0.45 0.91 0.05
HSL 30.27º 0.89% 0.52% -
HSV(B) 30.27º 0.91% 0.95% -
XYZ 45.15 35.71 5.27 -
YUV 152.94 54.11 191.53 -
System Red Green Blue C M Y K H S L
Decimal 242 133 22 0 0.45 0.91 0.05 30.27 0.89 0.52
Hex F2 85 16 0 2D 5B 5 1E 59 34
Octal 362 205 26 0 55 133 5 36 131 64
Binary 11110010 10000101 10110 0 101101 1011011 101 11110 1011001 110100

Color Harmonies of #F28516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28516

Black with #F28516

Text Example


Text Example

White with #F28516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28516; }

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

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

background-color css

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

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

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

border-color css

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

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

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