Html Css Color HEX #FCB800 Selective Yellow

📋 copy color: '#FCB800'

red 252 ◦ green 184 ◦ blue 0

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

Shades of Selective Yellow #FCB800

Tints of Selective Yellow #FCB800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.8%
G = 42.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCB800 (or 0xFCB800) is known color: Selective Yellow. HEX triplet: FC, B8 and 00. RGB value is (252,184,0). Sum of RGB (Red+Green+Blue) = 252+184+0=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB800 is #0347FF. Grayscale: #B8B8B8. Windows color (decimal): -215040 or 47356. OLE color: 47356.

HSL color Cylindrical-coordinate representation of color #FCB800: hue angle of 43.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCB800 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 0 -
CMYK 0 0.27 1 0.01
HSL 43.81º 1% 0.49% -
HSV(B) 43.81º 1% 0.99% -
XYZ 57.29 54.98 7.59 -
YUV 183.36 24.53 176.96 -
System Red Green Blue C M Y K H S L
Decimal 252 184 0 0 0.27 1 0.01 43.81 1 0.49
Hex FC B8 0 0 1B 64 1 2C 64 31
Octal 374 270 0 0 33 144 1 54 144 61
Binary 11111100 10111000 0 0 11011 1100100 1 101100 1100100 110001

Color Harmonies of #FCB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB800

Black with #FCB800

Text Example


Text Example

White with #FCB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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