Html Css Color HEX #FDBA3A Supernova

📋 copy color: '#FDBA3A'

red 253 ◦ green 186 ◦ blue 58

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

Shades of Supernova #FDBA3A

Tints of Supernova #FDBA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 50.91%
G = 37.42%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDBA3A (or 0xFDBA3A) is known color: Supernova. HEX triplet: FD, BA and 3A. RGB value is (253,186,58). Sum of RGB (Red+Green+Blue) = 253+186+58=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA3A is #0245C5. Grayscale: #C0C0C0. Windows color (decimal): -148934 or 3848957. OLE color: 3848957.

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

Color convert

RGB 253 186 58 -
CMYK 0 0.26 0.77 0.01
HSL 39.38º 0.98% 0.61% -
HSV(B) 39.38º 0.77% 0.99% -
XYZ 58.83 56.31 11.77 -
YUV 191.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 253 186 58 0 0.26 0.77 0.01 39.38 0.98 0.61
Hex FD BA 3A 0 1A 4D 1 27 62 3D
Octal 375 272 72 0 32 115 1 47 142 75
Binary 11111101 10111010 111010 0 11010 1001101 1 100111 1100010 111101

Color Harmonies of #FDBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA3A

Black with #FDBA3A

Text Example


Text Example

White with #FDBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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