Html Css Color HEX #FB8230 Sun

📋 copy color: '#FB8230'

red 251 ◦ green 130 ◦ blue 48

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

Shades of Sun #FB8230

Tints of Sun #FB8230

RGB

 RED value IS 251 (98.44% from 255) = 58.51%

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

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 58.51%
G = 30.3%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB8230 (or 0xFB8230) is known color: Sun. HEX triplet: FB, 82 and 30. RGB value is (251,130,48). Sum of RGB (Red+Green+Blue) = 251+130+48=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8230 is #047DCF. Grayscale: #9D9D9D. Windows color (decimal): -294352 or 3179259. OLE color: 3179259.

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

Color convert

RGB 251 130 48 -
CMYK 0 0.48 0.81 0.02
HSL 24.24º 0.96% 0.59% -
HSV(B) 24.24º 0.81% 0.98% -
XYZ 48.3 36.69 7.33 -
YUV 156.83 66.59 195.17 -
System Red Green Blue C M Y K H S L
Decimal 251 130 48 0 0.48 0.81 0.02 24.24 0.96 0.59
Hex FB 82 30 0 30 51 2 18 60 3B
Octal 373 202 60 0 60 121 2 30 140 73
Binary 11111011 10000010 110000 0 110000 1010001 10 11000 1100000 111011

Color Harmonies of #FB8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8230

Black with #FB8230

Text Example


Text Example

White with #FB8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8230; }

 p { color: rgb(251,130,48); }

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

background-color css

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

 a { background-color: rgb(251,130,48); }

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

border-color css

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

 span { border-color: rgb(251,130,48); }

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