Html Css Color HEX #FCBC42 Supernova

📋 copy color: '#FCBC42'

red 252 ◦ green 188 ◦ blue 66

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

Shades of Supernova #FCBC42

Tints of Supernova #FCBC42

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 66 (26.17% from 255) = 13.04%

R = 49.8%
G = 37.15%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCBC42 (or 0xFCBC42) is known color: Supernova. HEX triplet: FC, BC and 42. RGB value is (252,188,66). Sum of RGB (Red+Green+Blue) = 252+188+66=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC42 is #0343BD. Grayscale: #C1C1C1. Windows color (decimal): -213950 or 4373756. OLE color: 4373756.

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

Color convert

RGB 252 188 66 -
CMYK 0 0.25 0.74 0.01
HSL 39.35º 0.97% 0.62% -
HSV(B) 39.35º 0.74% 0.99% -
XYZ 59.11 57.06 13.05 -
YUV 193.23 56.2 169.92 -
System Red Green Blue C M Y K H S L
Decimal 252 188 66 0 0.25 0.74 0.01 39.35 0.97 0.62
Hex FC BC 42 0 19 4A 1 27 61 3E
Octal 374 274 102 0 31 112 1 47 141 76
Binary 11111100 10111100 1000010 0 11001 1001010 1 100111 1100001 111110

Color Harmonies of #FCBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC42

Black with #FCBC42

Text Example


Text Example

White with #FCBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC42; }

 p { color: rgb(252,188,66); }

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

background-color css

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

 a { background-color: rgb(252,188,66); }

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

border-color css

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

 span { border-color: rgb(252,188,66); }

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