Html Css Color HEX #FCBA2F Supernova

📋 copy color: '#FCBA2F'

red 252 ◦ green 186 ◦ blue 47

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

Shades of Supernova #FCBA2F

Tints of Supernova #FCBA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.69%

R = 51.96%
G = 38.35%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCBA2F (or 0xFCBA2F) is known color: Supernova. HEX triplet: FC, BA and 2F. RGB value is (252,186,47). Sum of RGB (Red+Green+Blue) = 252+186+47=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA2F is #0345D0. Grayscale: #BEBEBE. Windows color (decimal): -214481 or 3128060. OLE color: 3128060.

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

Color convert

RGB 252 186 47 -
CMYK 0 0.26 0.81 0.01
HSL 40.68º 0.97% 0.59% -
HSV(B) 40.68º 0.81% 0.99% -
XYZ 58.22 56.02 10.43 -
YUV 189.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 252 186 47 0 0.26 0.81 0.01 40.68 0.97 0.59
Hex FC BA 2F 0 1A 51 1 29 61 3B
Octal 374 272 57 0 32 121 1 51 141 73
Binary 11111100 10111010 101111 0 11010 1010001 1 101001 1100001 111011

Color Harmonies of #FCBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA2F

Black with #FCBA2F

Text Example


Text Example

White with #FCBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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