Html Css Color HEX #F99B1E Carrot Orange

📋 copy color: '#F99B1E'

red 249 ◦ green 155 ◦ blue 30

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

Shades of Carrot Orange #F99B1E

Tints of Carrot Orange #F99B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 57.37%
G = 35.71%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F99B1E (or 0xF99B1E) is known color: Carrot Orange. HEX triplet: F9, 9B and 1E. RGB value is (249,155,30). Sum of RGB (Red+Green+Blue) = 249+155+30=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99B1E is #0664E1. Grayscale: #A9A9A9. Windows color (decimal): -419042 or 2006009. OLE color: 2006009.

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

Color convert

RGB 249 155 30 -
CMYK 0 0.38 0.88 0.02
HSL 34.25º 0.95% 0.55% -
HSV(B) 34.25º 0.88% 0.98% -
XYZ 51.02 43.68 6.97 -
YUV 168.86 49.64 185.16 -
System Red Green Blue C M Y K H S L
Decimal 249 155 30 0 0.38 0.88 0.02 34.25 0.95 0.55
Hex F9 9B 1E 0 26 58 2 22 5F 37
Octal 371 233 36 0 46 130 2 42 137 67
Binary 11111001 10011011 11110 0 100110 1011000 10 100010 1011111 110111

Color Harmonies of #F99B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99B1E

Black with #F99B1E

Text Example


Text Example

White with #F99B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99B1E; }

 p { color: rgb(249,155,30); }

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

background-color css

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

 a { background-color: rgb(249,155,30); }

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

border-color css

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

 span { border-color: rgb(249,155,30); }

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