Html Css Color HEX #FCAB34 Supernova

📋 copy color: '#FCAB34'

red 252 ◦ green 171 ◦ blue 52

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

Shades of Supernova #FCAB34

Tints of Supernova #FCAB34

RGB

 RED value IS 252 (98.83% from 255) = 53.05%

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

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

R = 53.05%
G = 36%
B = 10.95%

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

#FCAB34 (or 0xFCAB34) is known color: Supernova. HEX triplet: FC, AB and 34. RGB value is (252,171,52). Sum of RGB (Red+Green+Blue) = 252+171+52=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB34 is #0354CB. Grayscale: #B6B6B6. Windows color (decimal): -218316 or 3451900. OLE color: 3451900.

HSL color Cylindrical-coordinate representation of color #FCAB34: hue angle of 35.7º degrees, saturation: 0.97, 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 #FCAB34 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 52 -
CMYK 0 0.32 0.79 0.01
HSL 35.7º 0.97% 0.6% -
HSV(B) 35.7º 0.79% 0.99% -
XYZ 55.33 50.07 10 -
YUV 181.65 54.84 178.18 -
System Red Green Blue C M Y K H S L
Decimal 252 171 52 0 0.32 0.79 0.01 35.7 0.97 0.6
Hex FC AB 34 0 20 4F 1 24 61 3C
Octal 374 253 64 0 40 117 1 44 141 74
Binary 11111100 10101011 110100 0 100000 1001111 1 100100 1100001 111100

Color Harmonies of #FCAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB34

Black with #FCAB34

Text Example


Text Example

White with #FCAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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