Html Css Color HEX #FCB305 Selective Yellow

📋 copy color: '#FCB305'

red 252 ◦ green 179 ◦ blue 5

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

Shades of Selective Yellow #FCB305

Tints of Selective Yellow #FCB305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 57.8%
G = 41.06%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCB305 (or 0xFCB305) is known color: Selective Yellow. HEX triplet: FC, B3 and 05. RGB value is (252,179,5). Sum of RGB (Red+Green+Blue) = 252+179+5=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB305 is #034CFA. Grayscale: #B5B5B5. Windows color (decimal): -216315 or 373756. OLE color: 373756.

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

Color convert

RGB 252 179 5 -
CMYK 0 0.29 0.98 0.01
HSL 42.27º 0.98% 0.5% -
HSV(B) 42.27º 0.98% 0.99% -
XYZ 56.29 52.95 7.4 -
YUV 180.99 28.68 178.65 -
System Red Green Blue C M Y K H S L
Decimal 252 179 5 0 0.29 0.98 0.01 42.27 0.98 0.5
Hex FC B3 5 0 1D 62 1 2A 62 32
Octal 374 263 5 0 35 142 1 52 142 62
Binary 11111100 10110011 101 0 11101 1100010 1 101010 1100010 110010

Color Harmonies of #FCB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB305

Black with #FCB305

Text Example


Text Example

White with #FCB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB305; }

 p { color: rgb(252,179,5); }

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

background-color css

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

 a { background-color: rgb(252,179,5); }

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

border-color css

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

 span { border-color: rgb(252,179,5); }

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