Html Css Color HEX #FCB434 Supernova

📋 copy color: '#FCB434'

red 252 ◦ green 180 ◦ blue 52

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

Shades of Supernova #FCB434

Tints of Supernova #FCB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

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

R = 52.07%
G = 37.19%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCB434 (or 0xFCB434) is known color: Supernova. HEX triplet: FC, B4 and 34. RGB value is (252,180,52). Sum of RGB (Red+Green+Blue) = 252+180+52=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB434 is #034BCB. Grayscale: #BBBBBB. Windows color (decimal): -216012 or 3454204. OLE color: 3454204.

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

Color convert

RGB 252 180 52 -
CMYK 0 0.29 0.79 0.01
HSL 38.4º 0.97% 0.6% -
HSV(B) 38.4º 0.79% 0.99% -
XYZ 57.09 53.59 10.58 -
YUV 186.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 252 180 52 0 0.29 0.79 0.01 38.4 0.97 0.6
Hex FC B4 34 0 1D 4F 1 26 61 3C
Octal 374 264 64 0 35 117 1 46 141 74
Binary 11111100 10110100 110100 0 11101 1001111 1 100110 1100001 111100

Color Harmonies of #FCB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB434

Black with #FCB434

Text Example


Text Example

White with #FCB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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