Html Css Color HEX #FD8330 Sun

📋 copy color: '#FD8330'

red 253 ◦ green 131 ◦ blue 48

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

Shades of Sun #FD8330

Tints of Sun #FD8330

RGB

 RED value IS 253 (99.22% from 255) = 58.56%

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

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

R = 58.56%
G = 30.32%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD8330 (or 0xFD8330) is known color: Sun. HEX triplet: FD, 83 and 30. RGB value is (253,131,48). Sum of RGB (Red+Green+Blue) = 253+131+48=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8330 is #027CCF. Grayscale: #9E9E9E. Windows color (decimal): -163024 or 3179517. OLE color: 3179517.

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

Color convert

RGB 253 131 48 -
CMYK 0 0.48 0.81 0.01
HSL 24.29º 0.98% 0.59% -
HSV(B) 24.29º 0.81% 0.99% -
XYZ 49.16 37.33 7.41 -
YUV 158.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 253 131 48 0 0.48 0.81 0.01 24.29 0.98 0.59
Hex FD 83 30 0 30 51 1 18 62 3B
Octal 375 203 60 0 60 121 1 30 142 73
Binary 11111101 10000011 110000 0 110000 1010001 1 11000 1100010 111011

Color Harmonies of #FD8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8330

Black with #FD8330

Text Example


Text Example

White with #FD8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8330; }

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

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

background-color css

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

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

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

border-color css

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

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

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