Html Css Color HEX #FCB200 Selective Yellow

📋 copy color: '#FCB200'

red 252 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #FCB200

Tints of Selective Yellow #FCB200

RGB

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

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

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

R = 58.6%
G = 41.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCB200 (or 0xFCB200) is known color: Selective Yellow. HEX triplet: FC, B2 and 00. RGB value is (252,178,0). Sum of RGB (Red+Green+Blue) = 252+178+0=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB200 is #034DFF. Grayscale: #B4B4B4. Windows color (decimal): -216576 or 45820. OLE color: 45820.

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

Color convert

RGB 252 178 0 -
CMYK 0 0.29 1 0.01
HSL 42.38º 1% 0.49% -
HSV(B) 42.38º 1% 0.99% -
XYZ 56.07 52.54 7.19 -
YUV 179.83 26.52 179.47 -
System Red Green Blue C M Y K H S L
Decimal 252 178 0 0 0.29 1 0.01 42.38 1 0.49
Hex FC B2 0 0 1D 64 1 2A 64 31
Octal 374 262 0 0 35 144 1 52 144 61
Binary 11111100 10110010 0 0 11101 1100100 1 101010 1100100 110001

Color Harmonies of #FCB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB200

Black with #FCB200

Text Example


Text Example

White with #FCB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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