Html Css Color HEX #FCB42E Supernova

📋 copy color: '#FCB42E'

red 252 ◦ green 180 ◦ blue 46

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

Shades of Supernova #FCB42E

Tints of Supernova #FCB42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.62%

R = 52.72%
G = 37.66%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCB42E (or 0xFCB42E) is known color: Supernova. HEX triplet: FC, B4 and 2E. RGB value is (252,180,46). Sum of RGB (Red+Green+Blue) = 252+180+46=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB42E is #034BD1. Grayscale: #BABABA. Windows color (decimal): -216018 or 3060988. OLE color: 3060988.

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

Color convert

RGB 252 180 46 -
CMYK 0 0.29 0.82 0.01
HSL 39.03º 0.97% 0.58% -
HSV(B) 39.03º 0.82% 0.99% -
XYZ 56.96 53.54 9.92 -
YUV 186.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 252 180 46 0 0.29 0.82 0.01 39.03 0.97 0.58
Hex FC B4 2E 0 1D 52 1 27 61 3A
Octal 374 264 56 0 35 122 1 47 141 72
Binary 11111100 10110100 101110 0 11101 1010010 1 100111 1100001 111010

Color Harmonies of #FCB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB42E

Black with #FCB42E

Text Example


Text Example

White with #FCB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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