Html Css Color HEX #FCB902 Selective Yellow

📋 copy color: '#FCB902'

red 252 ◦ green 185 ◦ blue 2

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

Shades of Selective Yellow #FCB902

Tints of Selective Yellow #FCB902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 57.4%
G = 42.14%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCB902 (or 0xFCB902) is known color: Selective Yellow. HEX triplet: FC, B9 and 02. RGB value is (252,185,2). Sum of RGB (Red+Green+Blue) = 252+185+2=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB902 is #0346FD. Grayscale: #B8B8B8. Windows color (decimal): -214782 or 178684. OLE color: 178684.

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

Color convert

RGB 252 185 2 -
CMYK 0 0.27 0.99 0.01
HSL 43.92º 0.98% 0.5% -
HSV(B) 43.92º 0.99% 0.99% -
XYZ 57.5 55.4 7.72 -
YUV 184.17 25.2 176.38 -
System Red Green Blue C M Y K H S L
Decimal 252 185 2 0 0.27 0.99 0.01 43.92 0.98 0.5
Hex FC B9 2 0 1B 63 1 2C 62 32
Octal 374 271 2 0 33 143 1 54 142 62
Binary 11111100 10111001 10 0 11011 1100011 1 101100 1100010 110010

Color Harmonies of #FCB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB902

Black with #FCB902

Text Example


Text Example

White with #FCB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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