Html Css Color HEX #FCB700 Selective Yellow

📋 copy color: '#FCB700'

red 252 ◦ green 183 ◦ blue 0

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

Shades of Selective Yellow #FCB700

Tints of Selective Yellow #FCB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

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

R = 57.93%
G = 42.07%
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

#FCB700 (or 0xFCB700) is known color: Selective Yellow. HEX triplet: FC, B7 and 00. RGB value is (252,183,0). Sum of RGB (Red+Green+Blue) = 252+183+0=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB700 is #0348FF. Grayscale: #B7B7B7. Windows color (decimal): -215296 or 47100. OLE color: 47100.

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

Color convert

RGB 252 183 0 -
CMYK 0 0.27 1 0.01
HSL 43.57º 1% 0.49% -
HSV(B) 43.57º 1% 0.99% -
XYZ 57.08 54.56 7.52 -
YUV 182.77 24.86 177.38 -
System Red Green Blue C M Y K H S L
Decimal 252 183 0 0 0.27 1 0.01 43.57 1 0.49
Hex FC B7 0 0 1B 64 1 2C 64 31
Octal 374 267 0 0 33 144 1 54 144 61
Binary 11111100 10110111 0 0 11011 1100100 1 101100 1100100 110001

Color Harmonies of #FCB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB700

Black with #FCB700

Text Example


Text Example

White with #FCB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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