Html Css Color HEX #F98232 Sun

📋 copy color: '#F98232'

red 249 ◦ green 130 ◦ blue 50

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

Shades of Sun #F98232

Tints of Sun #F98232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 58.04%
G = 30.3%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F98232 (or 0xF98232) is known color: Sun. HEX triplet: F9, 82 and 32. RGB value is (249,130,50). Sum of RGB (Red+Green+Blue) = 249+130+50=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F98232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98232 is #067DCD. Grayscale: #9C9C9C. Windows color (decimal): -425422 or 3310329. OLE color: 3310329.

HSL color Cylindrical-coordinate representation of color #F98232: hue angle of 24.12º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F98232 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 50 -
CMYK 0 0.48 0.80 0.02
HSL 24.12º 0.94% 0.59% -
HSV(B) 24.12º 0.8% 0.98% -
XYZ 47.63 36.34 7.52 -
YUV 156.46 67.92 194 -
System Red Green Blue C M Y K H S L
Decimal 249 130 50 0 0.48 0.80 0.02 24.12 0.94 0.59
Hex F9 82 32 0 30 50 2 18 5E 3B
Octal 371 202 62 0 60 120 2 30 136 73
Binary 11111001 10000010 110010 0 110000 1010000 10 11000 1011110 111011

Color Harmonies of #F98232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98232

Black with #F98232

Text Example


Text Example

White with #F98232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98232; }

 p { color: rgb(249,130,50); }

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

background-color css

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

 a { background-color: rgb(249,130,50); }

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

border-color css

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

 span { border-color: rgb(249,130,50); }

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