Html Css Color HEX #FDB13B Supernova

📋 copy color: '#FDB13B'

red 253 ◦ green 177 ◦ blue 59

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

Shades of Supernova #FDB13B

Tints of Supernova #FDB13B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 59 (23.44% from 255) = 12.07%

R = 51.74%
G = 36.2%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDB13B (or 0xFDB13B) is known color: Supernova. HEX triplet: FD, B1 and 3B. RGB value is (253,177,59). Sum of RGB (Red+Green+Blue) = 253+177+59=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB13B is #024EC4. Grayscale: #BABABA. Windows color (decimal): -151237 or 3912189. OLE color: 3912189.

HSL color Cylindrical-coordinate representation of color #FDB13B: hue angle of 36.49º 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 #FDB13B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 177 59 -
CMYK 0 0.30 0.77 0.01
HSL 36.49º 0.98% 0.61% -
HSV(B) 36.49º 0.77% 0.99% -
XYZ 57.02 52.64 11.29 -
YUV 186.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 253 177 59 0 0.30 0.77 0.01 36.49 0.98 0.61
Hex FD B1 3B 0 1E 4D 1 24 62 3D
Octal 375 261 73 0 36 115 1 44 142 75
Binary 11111101 10110001 111011 0 11110 1001101 1 100100 1100010 111101

Color Harmonies of #FDB13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB13B

Black with #FDB13B

Text Example


Text Example

White with #FDB13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB13B; }

 p { color: rgb(253,177,59); }

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

background-color css

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

 a { background-color: rgb(253,177,59); }

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

border-color css

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

 span { border-color: rgb(253,177,59); }

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