Html Css Color HEX #F99140 Sun

📋 copy color: '#F99140'

red 249 ◦ green 145 ◦ blue 64

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

Shades of Sun #F99140

Tints of Sun #F99140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 54.37%
G = 31.66%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F99140 (or 0xF99140) is known color: Sun. HEX triplet: F9, 91 and 40. RGB value is (249,145,64). Sum of RGB (Red+Green+Blue) = 249+145+64=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F99140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99140 is #066EBF. Grayscale: #A7A7A7. Windows color (decimal): -421568 or 4231673. OLE color: 4231673.

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

Color convert

RGB 249 145 64 -
CMYK 0 0.42 0.74 0.02
HSL 26.27º 0.94% 0.61% -
HSV(B) 26.27º 0.74% 0.98% -
XYZ 50.12 40.76 10.08 -
YUV 166.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 249 145 64 0 0.42 0.74 0.02 26.27 0.94 0.61
Hex F9 91 40 0 2A 4A 2 1A 5E 3D
Octal 371 221 100 0 52 112 2 32 136 75
Binary 11111001 10010001 1000000 0 101010 1001010 10 11010 1011110 111101

Color Harmonies of #F99140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99140

Black with #F99140

Text Example


Text Example

White with #F99140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99140; }

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

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

background-color css

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

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

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

border-color css

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

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

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