Html Css Color HEX #FCBB3F Supernova

📋 copy color: '#FCBB3F'

red 252 ◦ green 187 ◦ blue 63

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

Shades of Supernova #FCBB3F

Tints of Supernova #FCBB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.25%

 BLUE value IS 63 (25% from 255) = 12.55%

R = 50.2%
G = 37.25%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCBB3F (or 0xFCBB3F) is known color: Supernova. HEX triplet: FC, BB and 3F. RGB value is (252,187,63). Sum of RGB (Red+Green+Blue) = 252+187+63=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB3F is #0344C0. Grayscale: #C0C0C0. Windows color (decimal): -214209 or 4176892. OLE color: 4176892.

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

Color convert

RGB 252 187 63 -
CMYK 0 0.26 0.75 0.01
HSL 39.37º 0.97% 0.62% -
HSV(B) 39.37º 0.75% 0.99% -
XYZ 58.81 56.59 12.53 -
YUV 192.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 252 187 63 0 0.26 0.75 0.01 39.37 0.97 0.62
Hex FC BB 3F 0 1A 4B 1 27 61 3E
Octal 374 273 77 0 32 113 1 47 141 76
Binary 11111100 10111011 111111 0 11010 1001011 1 100111 1100001 111110

Color Harmonies of #FCBB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB3F

Black with #FCBB3F

Text Example


Text Example

White with #FCBB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB3F; }

 p { color: rgb(252,187,63); }

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

background-color css

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

 a { background-color: rgb(252,187,63); }

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

border-color css

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

 span { border-color: rgb(252,187,63); }

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