Html Css Color HEX #FCBA42 Supernova

📋 copy color: '#FCBA42'

red 252 ◦ green 186 ◦ blue 66

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

Shades of Supernova #FCBA42

Tints of Supernova #FCBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

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

R = 50%
G = 36.9%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCBA42 (or 0xFCBA42) is known color: Supernova. HEX triplet: FC, BA and 42. RGB value is (252,186,66). Sum of RGB (Red+Green+Blue) = 252+186+66=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA42 is #0345BD. Grayscale: #C0C0C0. Windows color (decimal): -214462 or 4373244. OLE color: 4373244.

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

Color convert

RGB 252 186 66 -
CMYK 0 0.26 0.74 0.01
HSL 38.71º 0.97% 0.62% -
HSV(B) 38.71º 0.74% 0.99% -
XYZ 58.69 56.21 12.91 -
YUV 192.05 56.87 170.76 -
System Red Green Blue C M Y K H S L
Decimal 252 186 66 0 0.26 0.74 0.01 38.71 0.97 0.62
Hex FC BA 42 0 1A 4A 1 27 61 3E
Octal 374 272 102 0 32 112 1 47 141 76
Binary 11111100 10111010 1000010 0 11010 1001010 1 100111 1100001 111110

Color Harmonies of #FCBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA42

Black with #FCBA42

Text Example


Text Example

White with #FCBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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