Html Css Color HEX #FDAB34 Supernova

📋 copy color: '#FDAB34'

red 253 ◦ green 171 ◦ blue 52

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

Shades of Supernova #FDAB34

Tints of Supernova #FDAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.92%

 BLUE value IS 52 (20.7% from 255) = 10.92%

R = 53.15%
G = 35.92%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDAB34 (or 0xFDAB34) is known color: Supernova. HEX triplet: FD, AB and 34. RGB value is (253,171,52). Sum of RGB (Red+Green+Blue) = 253+171+52=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB34 is #0254CB. Grayscale: #B6B6B6. Windows color (decimal): -152780 or 3451901. OLE color: 3451901.

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

Color convert

RGB 253 171 52 -
CMYK 0 0.32 0.79 0.01
HSL 35.52º 0.98% 0.6% -
HSV(B) 35.52º 0.79% 0.99% -
XYZ 55.69 50.26 10.01 -
YUV 181.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 253 171 52 0 0.32 0.79 0.01 35.52 0.98 0.6
Hex FD AB 34 0 20 4F 1 24 62 3C
Octal 375 253 64 0 40 117 1 44 142 74
Binary 11111101 10101011 110100 0 100000 1001111 1 100100 1100010 111100

Color Harmonies of #FDAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB34

Black with #FDAB34

Text Example


Text Example

White with #FDAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB34; }

 p { color: rgb(253,171,52); }

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

background-color css

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

 a { background-color: rgb(253,171,52); }

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

border-color css

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

 span { border-color: rgb(253,171,52); }

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