Html Css Color HEX #FCB231 Supernova

📋 copy color: '#FCB231'

red 252 ◦ green 178 ◦ blue 49

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

Shades of Supernova #FCB231

Tints of Supernova #FCB231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.23%

R = 52.61%
G = 37.16%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCB231 (or 0xFCB231) is known color: Supernova. HEX triplet: FC, B2 and 31. RGB value is (252,178,49). Sum of RGB (Red+Green+Blue) = 252+178+49=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB231 is #034DCE. Grayscale: #BABABA. Windows color (decimal): -216527 or 3257084. OLE color: 3257084.

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

Color convert

RGB 252 178 49 -
CMYK 0 0.29 0.81 0.01
HSL 38.13º 0.97% 0.59% -
HSV(B) 38.13º 0.81% 0.99% -
XYZ 56.62 52.76 10.1 -
YUV 185.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 252 178 49 0 0.29 0.81 0.01 38.13 0.97 0.59
Hex FC B2 31 0 1D 51 1 26 61 3B
Octal 374 262 61 0 35 121 1 46 141 73
Binary 11111100 10110010 110001 0 11101 1010001 1 100110 1100001 111011

Color Harmonies of #FCB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB231

Black with #FCB231

Text Example


Text Example

White with #FCB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB231; }

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

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

background-color css

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

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

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

border-color css

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

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

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