Html Css Color HEX #FCB605 Selective Yellow

📋 copy color: '#FCB605'

red 252 ◦ green 182 ◦ blue 5

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

Shades of Selective Yellow #FCB605

Tints of Selective Yellow #FCB605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.46%

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

R = 57.4%
G = 41.46%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCB605 (or 0xFCB605) is known color: Selective Yellow. HEX triplet: FC, B6 and 05. RGB value is (252,182,5). Sum of RGB (Red+Green+Blue) = 252+182+5=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB605 is #0349FA. Grayscale: #B7B7B7. Windows color (decimal): -215547 or 374524. OLE color: 374524.

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

Color convert

RGB 252 182 5 -
CMYK 0 0.28 0.98 0.01
HSL 43º 0.98% 0.5% -
HSV(B) 43º 0.98% 0.99% -
XYZ 56.9 54.16 7.6 -
YUV 182.75 27.69 177.39 -
System Red Green Blue C M Y K H S L
Decimal 252 182 5 0 0.28 0.98 0.01 43 0.98 0.5
Hex FC B6 5 0 1C 62 1 2B 62 32
Octal 374 266 5 0 34 142 1 53 142 62
Binary 11111100 10110110 101 0 11100 1100010 1 101011 1100010 110010

Color Harmonies of #FCB605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB605

Black with #FCB605

Text Example


Text Example

White with #FCB605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB605; }

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

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

background-color css

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

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

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

border-color css

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

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

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