Html Css Color HEX #F28716 Carrot Orange

📋 copy color: '#F28716'

red 242 ◦ green 135 ◦ blue 22

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

Shades of Carrot Orange #F28716

Tints of Carrot Orange #F28716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 60.65%
G = 33.83%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28716 (or 0xF28716) is known color: Carrot Orange. HEX triplet: F2, 87 and 16. RGB value is (242,135,22). Sum of RGB (Red+Green+Blue) = 242+135+22=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F28716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28716 is #0D78E9. Grayscale: #9A9A9A. Windows color (decimal): -882922 or 1476594. OLE color: 1476594.

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

Color convert

RGB 242 135 22 -
CMYK 0 0.44 0.91 0.05
HSL 30.82º 0.89% 0.52% -
HSV(B) 30.82º 0.91% 0.95% -
XYZ 45.43 36.26 5.36 -
YUV 154.11 53.45 190.69 -
System Red Green Blue C M Y K H S L
Decimal 242 135 22 0 0.44 0.91 0.05 30.82 0.89 0.52
Hex F2 87 16 0 2C 5B 5 1F 59 34
Octal 362 207 26 0 54 133 5 37 131 64
Binary 11110010 10000111 10110 0 101100 1011011 101 11111 1011001 110100

Color Harmonies of #F28716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28716

Black with #F28716

Text Example


Text Example

White with #F28716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28716; }

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

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

background-color css

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

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

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

border-color css

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

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

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