Html Css Color HEX #FDBA3D Supernova

📋 copy color: '#FDBA3D'

red 253 ◦ green 186 ◦ blue 61

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

Shades of Supernova #FDBA3D

Tints of Supernova #FDBA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.2%

R = 50.6%
G = 37.2%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDBA3D (or 0xFDBA3D) is known color: Supernova. HEX triplet: FD, BA and 3D. RGB value is (253,186,61). Sum of RGB (Red+Green+Blue) = 253+186+61=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA3D is #0245C2. Grayscale: #C0C0C0. Windows color (decimal): -148931 or 4045565. OLE color: 4045565.

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

Color convert

RGB 253 186 61 -
CMYK 0 0.26 0.76 0.01
HSL 39.06º 0.98% 0.62% -
HSV(B) 39.06º 0.76% 0.99% -
XYZ 58.91 56.34 12.18 -
YUV 191.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 253 186 61 0 0.26 0.76 0.01 39.06 0.98 0.62
Hex FD BA 3D 0 1A 4C 1 27 62 3E
Octal 375 272 75 0 32 114 1 47 142 76
Binary 11111101 10111010 111101 0 11010 1001100 1 100111 1100010 111110

Color Harmonies of #FDBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA3D

Black with #FDBA3D

Text Example


Text Example

White with #FDBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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