Html Css Color HEX #FCB702 Selective Yellow

📋 copy color: '#FCB702'

red 252 ◦ green 183 ◦ blue 2

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

Shades of Selective Yellow #FCB702

Tints of Selective Yellow #FCB702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

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

R = 57.67%
G = 41.88%
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

#FCB702 (or 0xFCB702) is known color: Selective Yellow. HEX triplet: FC, B7 and 02. RGB value is (252,183,2). Sum of RGB (Red+Green+Blue) = 252+183+2=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB702 is #0348FD. Grayscale: #B7B7B7. Windows color (decimal): -215294 or 178172. OLE color: 178172.

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

Color convert

RGB 252 183 2 -
CMYK 0 0.27 0.99 0.01
HSL 43.44º 0.98% 0.5% -
HSV(B) 43.44º 0.99% 0.99% -
XYZ 57.09 54.57 7.58 -
YUV 183 25.86 177.22 -
System Red Green Blue C M Y K H S L
Decimal 252 183 2 0 0.27 0.99 0.01 43.44 0.98 0.5
Hex FC B7 2 0 1B 63 1 2B 62 32
Octal 374 267 2 0 33 143 1 53 142 62
Binary 11111100 10110111 10 0 11011 1100011 1 101011 1100010 110010

Color Harmonies of #FCB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB702

Black with #FCB702

Text Example


Text Example

White with #FCB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB702; }

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

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

background-color css

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

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

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

border-color css

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

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

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