Html Css Color HEX #FCB12A Supernova

📋 copy color: '#FCB12A'

red 252 ◦ green 177 ◦ blue 42

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

Shades of Supernova #FCB12A

Tints of Supernova #FCB12A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.58%

 BLUE value IS 42 (16.8% from 255) = 8.92%

R = 53.5%
G = 37.58%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCB12A (or 0xFCB12A) is known color: Supernova. HEX triplet: FC, B1 and 2A. RGB value is (252,177,42). Sum of RGB (Red+Green+Blue) = 252+177+42=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB12A is #034ED5. Grayscale: #B8B8B8. Windows color (decimal): -216790 or 2798076. OLE color: 2798076.

HSL color Cylindrical-coordinate representation of color #FCB12A: hue angle of 38.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCB12A is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 42 -
CMYK 0 0.30 0.83 0.01
HSL 38.57º 0.97% 0.58% -
HSV(B) 38.57º 0.83% 0.99% -
XYZ 56.28 52.31 9.32 -
YUV 184.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 252 177 42 0 0.30 0.83 0.01 38.57 0.97 0.58
Hex FC B1 2A 0 1E 53 1 27 61 3A
Octal 374 261 52 0 36 123 1 47 141 72
Binary 11111100 10110001 101010 0 11110 1010011 1 100111 1100001 111010

Color Harmonies of #FCB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB12A

Black with #FCB12A

Text Example


Text Example

White with #FCB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB12A; }

 p { color: rgb(252,177,42); }

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

background-color css

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

 a { background-color: rgb(252,177,42); }

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

border-color css

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

 span { border-color: rgb(252,177,42); }

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