Html Css Color HEX #FDBA3E Supernova

📋 copy color: '#FDBA3E'

red 253 ◦ green 186 ◦ blue 62

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

Shades of Supernova #FDBA3E

Tints of Supernova #FDBA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.38%

R = 50.5%
G = 37.13%
B = 12.38%

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

#FDBA3E (or 0xFDBA3E) is known color: Supernova. HEX triplet: FD, BA and 3E. RGB value is (253,186,62). Sum of RGB (Red+Green+Blue) = 253+186+62=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA3E is #0245C1. Grayscale: #C0C0C0. Windows color (decimal): -148930 or 4111101. OLE color: 4111101.

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

Color convert

RGB 253 186 62 -
CMYK 0 0.26 0.75 0.01
HSL 38.95º 0.98% 0.62% -
HSV(B) 38.95º 0.75% 0.99% -
XYZ 58.94 56.35 12.33 -
YUV 191.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 253 186 62 0 0.26 0.75 0.01 38.95 0.98 0.62
Hex FD BA 3E 0 1A 4B 1 27 62 3E
Octal 375 272 76 0 32 113 1 47 142 76
Binary 11111101 10111010 111110 0 11010 1001011 1 100111 1100010 111110

Color Harmonies of #FDBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA3E

Black with #FDBA3E

Text Example


Text Example

White with #FDBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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