Html Css Color HEX #FCB905 Selective Yellow

📋 copy color: '#FCB905'

red 252 ◦ green 185 ◦ blue 5

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

Shades of Selective Yellow #FCB905

Tints of Selective Yellow #FCB905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

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

R = 57.01%
G = 41.86%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCB905 (or 0xFCB905) is known color: Selective Yellow. HEX triplet: FC, B9 and 05. RGB value is (252,185,5). Sum of RGB (Red+Green+Blue) = 252+185+5=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB905 is #0346FA. Grayscale: #B9B9B9. Windows color (decimal): -214779 or 375292. OLE color: 375292.

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

Color convert

RGB 252 185 5 -
CMYK 0 0.27 0.98 0.01
HSL 43.72º 0.98% 0.5% -
HSV(B) 43.72º 0.98% 0.99% -
XYZ 57.52 55.4 7.81 -
YUV 184.51 26.7 176.14 -
System Red Green Blue C M Y K H S L
Decimal 252 185 5 0 0.27 0.98 0.01 43.72 0.98 0.5
Hex FC B9 5 0 1B 62 1 2C 62 32
Octal 374 271 5 0 33 142 1 54 142 62
Binary 11111100 10111001 101 0 11011 1100010 1 101100 1100010 110010

Color Harmonies of #FCB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB905

Black with #FCB905

Text Example


Text Example

White with #FCB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB905; }

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

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

background-color css

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

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

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

border-color css

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

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

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