Html Css Color HEX #FCB003 Selective Yellow

📋 copy color: '#FCB003'

red 252 ◦ green 176 ◦ blue 3

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

Shades of Selective Yellow #FCB003

Tints of Selective Yellow #FCB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 58.47%
G = 40.84%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCB003 (or 0xFCB003) is known color: Selective Yellow. HEX triplet: FC, B0 and 03. RGB value is (252,176,3). Sum of RGB (Red+Green+Blue) = 252+176+3=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB003 is #034FFC. Grayscale: #B3B3B3. Windows color (decimal): -217085 or 241916. OLE color: 241916.

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

Color convert

RGB 252 176 3 -
CMYK 0 0.30 0.99 0.01
HSL 41.69º 0.98% 0.5% -
HSV(B) 41.69º 0.99% 0.99% -
XYZ 55.69 51.75 7.14 -
YUV 179 28.68 180.07 -
System Red Green Blue C M Y K H S L
Decimal 252 176 3 0 0.30 0.99 0.01 41.69 0.98 0.5
Hex FC B0 3 0 1E 63 1 2A 62 32
Octal 374 260 3 0 36 143 1 52 142 62
Binary 11111100 10110000 11 0 11110 1100011 1 101010 1100010 110010

Color Harmonies of #FCB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB003

Black with #FCB003

Text Example


Text Example

White with #FCB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB003; }

 p { color: rgb(252,176,3); }

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

background-color css

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

 a { background-color: rgb(252,176,3); }

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

border-color css

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

 span { border-color: rgb(252,176,3); }

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