Html Css Color HEX #F99315 Carrot Orange

📋 copy color: '#F99315'

red 249 ◦ green 147 ◦ blue 21

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

Shades of Carrot Orange #F99315

Tints of Carrot Orange #F99315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

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

R = 59.71%
G = 35.25%
B = 5.04%

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

#F99315 (or 0xF99315) is known color: Carrot Orange. HEX triplet: F9, 93 and 15. RGB value is (249,147,21). Sum of RGB (Red+Green+Blue) = 249+147+21=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F99315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99315 is #066CEA. Grayscale: #A3A3A3. Windows color (decimal): -421099 or 1414137. OLE color: 1414137.

HSL color Cylindrical-coordinate representation of color #F99315: hue angle of 33.16º 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 #F99315 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 147 21 -
CMYK 0 0.41 0.92 0.02
HSL 33.16º 0.95% 0.53% -
HSV(B) 33.16º 0.92% 0.98% -
XYZ 49.64 41.06 6.02 -
YUV 163.13 47.79 189.25 -
System Red Green Blue C M Y K H S L
Decimal 249 147 21 0 0.41 0.92 0.02 33.16 0.95 0.53
Hex F9 93 15 0 29 5C 2 21 5F 35
Octal 371 223 25 0 51 134 2 41 137 65
Binary 11111001 10010011 10101 0 101001 1011100 10 100001 1011111 110101

Color Harmonies of #F99315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99315

Black with #F99315

Text Example


Text Example

White with #F99315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99315; }

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

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

background-color css

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

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

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

border-color css

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

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

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