Html Css Color HEX #FDB53A Supernova

📋 copy color: '#FDB53A'

red 253 ◦ green 181 ◦ blue 58

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

Shades of Supernova #FDB53A

Tints of Supernova #FDB53A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

 BLUE value IS 58 (23.05% from 255) = 11.79%

R = 51.42%
G = 36.79%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDB53A (or 0xFDB53A) is known color: Supernova. HEX triplet: FD, B5 and 3A. RGB value is (253,181,58). Sum of RGB (Red+Green+Blue) = 253+181+58=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB53A is #024AC5. Grayscale: #BDBDBD. Windows color (decimal): -150214 or 3847677. OLE color: 3847677.

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

Color convert

RGB 253 181 58 -
CMYK 0 0.28 0.77 0.01
HSL 37.85º 0.98% 0.61% -
HSV(B) 37.85º 0.77% 0.99% -
XYZ 57.8 54.24 11.43 -
YUV 188.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 253 181 58 0 0.28 0.77 0.01 37.85 0.98 0.61
Hex FD B5 3A 0 1C 4D 1 26 62 3D
Octal 375 265 72 0 34 115 1 46 142 75
Binary 11111101 10110101 111010 0 11100 1001101 1 100110 1100010 111101

Color Harmonies of #FDB53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB53A

Black with #FDB53A

Text Example


Text Example

White with #FDB53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB53A; }

 p { color: rgb(253,181,58); }

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

background-color css

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

 a { background-color: rgb(253,181,58); }

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

border-color css

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

 span { border-color: rgb(253,181,58); }

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