Html Css Color HEX #FB8330 Sun

📋 copy color: '#FB8330'

red 251 ◦ green 131 ◦ blue 48

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

Shades of Sun #FB8330

Tints of Sun #FB8330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

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

R = 58.37%
G = 30.47%
B = 11.16%

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

#FB8330 (or 0xFB8330) is known color: Sun. HEX triplet: FB, 83 and 30. RGB value is (251,131,48). Sum of RGB (Red+Green+Blue) = 251+131+48=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8330 is #047CCF. Grayscale: #9D9D9D. Windows color (decimal): -294096 or 3179515. OLE color: 3179515.

HSL color Cylindrical-coordinate representation of color #FB8330: hue angle of 24.53º 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 #FB8330 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 48 -
CMYK 0 0.48 0.81 0.02
HSL 24.53º 0.96% 0.59% -
HSV(B) 24.53º 0.81% 0.98% -
XYZ 48.43 36.96 7.38 -
YUV 157.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 251 131 48 0 0.48 0.81 0.02 24.53 0.96 0.59
Hex FB 83 30 0 30 51 2 19 60 3B
Octal 373 203 60 0 60 121 2 31 140 73
Binary 11111011 10000011 110000 0 110000 1010001 10 11001 1100000 111011

Color Harmonies of #FB8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8330

Black with #FB8330

Text Example


Text Example

White with #FB8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8330; }

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

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

background-color css

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

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

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

border-color css

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

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

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