Html Css Color HEX #FDBA3F Supernova

📋 copy color: '#FDBA3F'

red 253 ◦ green 186 ◦ blue 63

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

Shades of Supernova #FDBA3F

Tints of Supernova #FDBA3F

RGB

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

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

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

R = 50.4%
G = 37.05%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDBA3F (or 0xFDBA3F) is known color: Supernova. HEX triplet: FD, BA and 3F. RGB value is (253,186,63). Sum of RGB (Red+Green+Blue) = 253+186+63=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA3F is #0245C0. Grayscale: #C0C0C0. Windows color (decimal): -148929 or 4176637. OLE color: 4176637.

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

Color convert

RGB 253 186 63 -
CMYK 0 0.26 0.75 0.01
HSL 38.84º 0.98% 0.62% -
HSV(B) 38.84º 0.75% 0.99% -
XYZ 58.96 56.36 12.47 -
YUV 192.01 55.2 171.5 -
System Red Green Blue C M Y K H S L
Decimal 253 186 63 0 0.26 0.75 0.01 38.84 0.98 0.62
Hex FD BA 3F 0 1A 4B 1 27 62 3E
Octal 375 272 77 0 32 113 1 47 142 76
Binary 11111101 10111010 111111 0 11010 1001011 1 100111 1100010 111110

Color Harmonies of #FDBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA3F

Black with #FDBA3F

Text Example


Text Example

White with #FDBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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