Html Css Color HEX #F99215 Carrot Orange

📋 copy color: '#F99215'

red 249 ◦ green 146 ◦ blue 21

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

Shades of Carrot Orange #F99215

Tints of Carrot Orange #F99215

RGB

 RED value IS 249 (97.66% from 255) = 59.86%

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 59.86%
G = 35.1%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F99215 (or 0xF99215) is known color: Carrot Orange. HEX triplet: F9, 92 and 15. RGB value is (249,146,21). Sum of RGB (Red+Green+Blue) = 249+146+21=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F99215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99215 is #066DEA. Grayscale: #A3A3A3. Windows color (decimal): -421355 or 1413881. OLE color: 1413881.

HSL color Cylindrical-coordinate representation of color #F99215: hue angle of 32.89º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F99215 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 21 -
CMYK 0 0.41 0.92 0.02
HSL 32.89º 0.95% 0.53% -
HSV(B) 32.89º 0.92% 0.98% -
XYZ 49.48 40.75 5.97 -
YUV 162.55 48.12 189.66 -
System Red Green Blue C M Y K H S L
Decimal 249 146 21 0 0.41 0.92 0.02 32.89 0.95 0.53
Hex F9 92 15 0 29 5C 2 21 5F 35
Octal 371 222 25 0 51 134 2 41 137 65
Binary 11111001 10010010 10101 0 101001 1011100 10 100001 1011111 110101

Color Harmonies of #F99215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99215

Black with #F99215

Text Example


Text Example

White with #F99215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99215; }

 p { color: rgb(249,146,21); }

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

background-color css

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

 a { background-color: rgb(249,146,21); }

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

border-color css

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

 span { border-color: rgb(249,146,21); }

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