Html Css Color HEX #FCB304 Selective Yellow

📋 copy color: '#FCB304'

red 252 ◦ green 179 ◦ blue 4

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

Shades of Selective Yellow #FCB304

Tints of Selective Yellow #FCB304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 57.93%
G = 41.15%
B = 0.92%

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

#FCB304 (or 0xFCB304) is known color: Selective Yellow. HEX triplet: FC, B3 and 04. RGB value is (252,179,4). Sum of RGB (Red+Green+Blue) = 252+179+4=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB304 is #034CFB. Grayscale: #B5B5B5. Windows color (decimal): -216316 or 308220. OLE color: 308220.

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

Color convert

RGB 252 179 4 -
CMYK 0 0.29 0.98 0.01
HSL 42.34º 0.98% 0.5% -
HSV(B) 42.34º 0.98% 0.99% -
XYZ 56.29 52.94 7.37 -
YUV 180.88 28.18 178.73 -
System Red Green Blue C M Y K H S L
Decimal 252 179 4 0 0.29 0.98 0.01 42.34 0.98 0.5
Hex FC B3 4 0 1D 62 1 2A 62 32
Octal 374 263 4 0 35 142 1 52 142 62
Binary 11111100 10110011 100 0 11101 1100010 1 101010 1100010 110010

Color Harmonies of #FCB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB304

Black with #FCB304

Text Example


Text Example

White with #FCB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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