Html Css Color HEX #FDB73F Supernova

📋 copy color: '#FDB73F'

red 253 ◦ green 183 ◦ blue 63

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

Shades of Supernova #FDB73F

Tints of Supernova #FDB73F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

 BLUE value IS 63 (25% from 255) = 12.63%

R = 50.7%
G = 36.67%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDB73F (or 0xFDB73F) is known color: Supernova. HEX triplet: FD, B7 and 3F. RGB value is (253,183,63). Sum of RGB (Red+Green+Blue) = 253+183+63=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB73F is #0248C0. Grayscale: #BEBEBE. Windows color (decimal): -149697 or 4175869. OLE color: 4175869.

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

Color convert

RGB 253 183 63 -
CMYK 0 0.28 0.75 0.01
HSL 37.89º 0.98% 0.62% -
HSV(B) 37.89º 0.75% 0.99% -
XYZ 58.34 55.11 12.26 -
YUV 190.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 253 183 63 0 0.28 0.75 0.01 37.89 0.98 0.62
Hex FD B7 3F 0 1C 4B 1 26 62 3E
Octal 375 267 77 0 34 113 1 46 142 76
Binary 11111101 10110111 111111 0 11100 1001011 1 100110 1100010 111110

Color Harmonies of #FDB73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB73F

Black with #FDB73F

Text Example


Text Example

White with #FDB73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB73F; }

 p { color: rgb(253,183,63); }

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

background-color css

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

 a { background-color: rgb(253,183,63); }

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

border-color css

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

 span { border-color: rgb(253,183,63); }

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