Html Css Color HEX #F28916 Carrot Orange

📋 copy color: '#F28916'

red 242 ◦ green 137 ◦ blue 22

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

Shades of Carrot Orange #F28916

Tints of Carrot Orange #F28916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

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

R = 60.35%
G = 34.16%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28916 (or 0xF28916) is known color: Carrot Orange. HEX triplet: F2, 89 and 16. RGB value is (242,137,22). Sum of RGB (Red+Green+Blue) = 242+137+22=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F28916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28916 is #0D76E9. Grayscale: #9B9B9B. Windows color (decimal): -882410 or 1477106. OLE color: 1477106.

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

Color convert

RGB 242 137 22 -
CMYK 0 0.43 0.91 0.05
HSL 31.36º 0.89% 0.52% -
HSV(B) 31.36º 0.91% 0.95% -
XYZ 45.71 36.83 5.46 -
YUV 155.29 52.79 189.85 -
System Red Green Blue C M Y K H S L
Decimal 242 137 22 0 0.43 0.91 0.05 31.36 0.89 0.52
Hex F2 89 16 0 2B 5B 5 1F 59 34
Octal 362 211 26 0 53 133 5 37 131 64
Binary 11110010 10001001 10110 0 101011 1011011 101 11111 1011001 110100

Color Harmonies of #F28916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28916

Black with #F28916

Text Example


Text Example

White with #F28916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28916; }

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

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

background-color css

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

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

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

border-color css

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

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

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