Html Css Color HEX #FCB23C Supernova

📋 copy color: '#FCB23C'

red 252 ◦ green 178 ◦ blue 60

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

Shades of Supernova #FCB23C

Tints of Supernova #FCB23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.33%

 BLUE value IS 60 (23.83% from 255) = 12.24%

R = 51.43%
G = 36.33%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCB23C (or 0xFCB23C) is known color: Supernova. HEX triplet: FC, B2 and 3C. RGB value is (252,178,60). Sum of RGB (Red+Green+Blue) = 252+178+60=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB23C is #034DC3. Grayscale: #BBBBBB. Windows color (decimal): -216516 or 3977980. OLE color: 3977980.

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

Color convert

RGB 252 178 60 -
CMYK 0 0.29 0.76 0.01
HSL 36.88º 0.97% 0.61% -
HSV(B) 36.88º 0.76% 0.99% -
XYZ 56.88 52.86 11.48 -
YUV 186.67 56.52 174.59 -
System Red Green Blue C M Y K H S L
Decimal 252 178 60 0 0.29 0.76 0.01 36.88 0.97 0.61
Hex FC B2 3C 0 1D 4C 1 25 61 3D
Octal 374 262 74 0 35 114 1 45 141 75
Binary 11111100 10110010 111100 0 11101 1001100 1 100101 1100001 111101

Color Harmonies of #FCB23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB23C

Black with #FCB23C

Text Example


Text Example

White with #FCB23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB23C; }

 p { color: rgb(252,178,60); }

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

background-color css

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

 a { background-color: rgb(252,178,60); }

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

border-color css

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

 span { border-color: rgb(252,178,60); }

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