Html Css Color HEX #F9913F Sun

📋 copy color: '#F9913F'

red 249 ◦ green 145 ◦ blue 63

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

Shades of Sun #F9913F

Tints of Sun #F9913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.79%

R = 54.49%
G = 31.73%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9913F (or 0xF9913F) is known color: Sun. HEX triplet: F9, 91 and 3F. RGB value is (249,145,63). Sum of RGB (Red+Green+Blue) = 249+145+63=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9913F is #066EC0. Grayscale: #A7A7A7. Windows color (decimal): -421569 or 4166137. OLE color: 4166137.

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

Color convert

RGB 249 145 63 -
CMYK 0 0.42 0.75 0.02
HSL 26.45º 0.94% 0.61% -
HSV(B) 26.45º 0.75% 0.98% -
XYZ 50.09 40.75 9.93 -
YUV 166.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 249 145 63 0 0.42 0.75 0.02 26.45 0.94 0.61
Hex F9 91 3F 0 2A 4B 2 1A 5E 3D
Octal 371 221 77 0 52 113 2 32 136 75
Binary 11111001 10010001 111111 0 101010 1001011 10 11010 1011110 111101

Color Harmonies of #F9913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9913F

Black with #F9913F

Text Example


Text Example

White with #F9913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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