Html Css Color HEX #FDB03A Supernova

📋 copy color: '#FDB03A'

red 253 ◦ green 176 ◦ blue 58

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

Shades of Supernova #FDB03A

Tints of Supernova #FDB03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.14%

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

R = 51.95%
G = 36.14%
B = 11.91%

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

#FDB03A (or 0xFDB03A) is known color: Supernova. HEX triplet: FD, B0 and 3A. RGB value is (253,176,58). Sum of RGB (Red+Green+Blue) = 253+176+58=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB03A is #024FC5. Grayscale: #BABABA. Windows color (decimal): -151494 or 3846397. OLE color: 3846397.

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

Color convert

RGB 253 176 58 -
CMYK 0 0.30 0.77 0.01
HSL 36.31º 0.98% 0.61% -
HSV(B) 36.31º 0.77% 0.99% -
XYZ 56.8 52.24 11.09 -
YUV 185.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 253 176 58 0 0.30 0.77 0.01 36.31 0.98 0.61
Hex FD B0 3A 0 1E 4D 1 24 62 3D
Octal 375 260 72 0 36 115 1 44 142 75
Binary 11111101 10110000 111010 0 11110 1001101 1 100100 1100010 111101

Color Harmonies of #FDB03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB03A

Black with #FDB03A

Text Example


Text Example

White with #FDB03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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