Html Css Color HEX #FDB13A Supernova

📋 copy color: '#FDB13A'

red 253 ◦ green 177 ◦ blue 58

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

Shades of Supernova #FDB13A

Tints of Supernova #FDB13A

RGB

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

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

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

R = 51.84%
G = 36.27%
B = 11.89%

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

#FDB13A (or 0xFDB13A) is known color: Supernova. HEX triplet: FD, B1 and 3A. RGB value is (253,177,58). Sum of RGB (Red+Green+Blue) = 253+177+58=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB13A is #024EC5. Grayscale: #BABABA. Windows color (decimal): -151238 or 3846653. OLE color: 3846653.

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

Color convert

RGB 253 177 58 -
CMYK 0 0.30 0.77 0.01
HSL 36.62º 0.98% 0.61% -
HSV(B) 36.62º 0.77% 0.99% -
XYZ 56.99 52.63 11.16 -
YUV 186.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 253 177 58 0 0.30 0.77 0.01 36.62 0.98 0.61
Hex FD B1 3A 0 1E 4D 1 25 62 3D
Octal 375 261 72 0 36 115 1 45 142 75
Binary 11111101 10110001 111010 0 11110 1001101 1 100101 1100010 111101

Color Harmonies of #FDB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB13A

Black with #FDB13A

Text Example


Text Example

White with #FDB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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