Html Css Color HEX #FCB830 Supernova

📋 copy color: '#FCB830'

red 252 ◦ green 184 ◦ blue 48

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

Shades of Supernova #FCB830

Tints of Supernova #FCB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

 BLUE value IS 48 (19.14% from 255) = 9.92%

R = 52.07%
G = 38.02%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCB830 (or 0xFCB830) is known color: Supernova. HEX triplet: FC, B8 and 30. RGB value is (252,184,48). Sum of RGB (Red+Green+Blue) = 252+184+48=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB830 is #0347CF. Grayscale: #BDBDBD. Windows color (decimal): -214992 or 3193084. OLE color: 3193084.

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

Color convert

RGB 252 184 48 -
CMYK 0 0.27 0.81 0.01
HSL 40º 0.97% 0.59% -
HSV(B) 40º 0.81% 0.99% -
XYZ 57.82 55.19 10.4 -
YUV 188.83 48.53 173.06 -
System Red Green Blue C M Y K H S L
Decimal 252 184 48 0 0.27 0.81 0.01 40 0.97 0.59
Hex FC B8 30 0 1B 51 1 28 61 3B
Octal 374 270 60 0 33 121 1 50 141 73
Binary 11111100 10111000 110000 0 11011 1010001 1 101000 1100001 111011

Color Harmonies of #FCB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB830

Black with #FCB830

Text Example


Text Example

White with #FCB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB830; }

 p { color: rgb(252,184,48); }

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

background-color css

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

 a { background-color: rgb(252,184,48); }

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

border-color css

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

 span { border-color: rgb(252,184,48); }

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