Html Css Color HEX #F99128 Carrot Orange

📋 copy color: '#F99128'

red 249 ◦ green 145 ◦ blue 40

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

Shades of Carrot Orange #F99128

Tints of Carrot Orange #F99128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.41%

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 57.37%
G = 33.41%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F99128 (or 0xF99128) is known color: Carrot Orange. HEX triplet: F9, 91 and 28. RGB value is (249,145,40). Sum of RGB (Red+Green+Blue) = 249+145+40=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F99128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99128 is #066ED7. Grayscale: #A4A4A4. Windows color (decimal): -421592 or 2658809. OLE color: 2658809.

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

Color convert

RGB 249 145 40 -
CMYK 0 0.42 0.84 0.02
HSL 30.14º 0.95% 0.57% -
HSV(B) 30.14º 0.84% 0.98% -
XYZ 49.58 40.54 7.22 -
YUV 164.13 57.96 188.54 -
System Red Green Blue C M Y K H S L
Decimal 249 145 40 0 0.42 0.84 0.02 30.14 0.95 0.57
Hex F9 91 28 0 2A 54 2 1E 5F 39
Octal 371 221 50 0 52 124 2 36 137 71
Binary 11111001 10010001 101000 0 101010 1010100 10 11110 1011111 111001

Color Harmonies of #F99128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99128

Black with #F99128

Text Example


Text Example

White with #F99128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99128; }

 p { color: rgb(249,145,40); }

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

background-color css

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

 a { background-color: rgb(249,145,40); }

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

border-color css

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

 span { border-color: rgb(249,145,40); }

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