Html Css Color HEX #FCB60E Selective Yellow

📋 copy color: '#FCB60E'

red 252 ◦ green 182 ◦ blue 14

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

Shades of Selective Yellow #FCB60E

Tints of Selective Yellow #FCB60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 56.25%
G = 40.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB60E (or 0xFCB60E) is known color: Selective Yellow. HEX triplet: FC, B6 and 0E. RGB value is (252,182,14). Sum of RGB (Red+Green+Blue) = 252+182+14=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB60E is #0349F1. Grayscale: #B8B8B8. Windows color (decimal): -215538 or 964348. OLE color: 964348.

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

Color convert

RGB 252 182 14 -
CMYK 0 0.28 0.94 0.01
HSL 42.35º 0.98% 0.52% -
HSV(B) 42.35º 0.94% 0.99% -
XYZ 56.95 54.18 7.87 -
YUV 183.78 32.19 176.66 -
System Red Green Blue C M Y K H S L
Decimal 252 182 14 0 0.28 0.94 0.01 42.35 0.98 0.52
Hex FC B6 E 0 1C 5E 1 2A 62 34
Octal 374 266 16 0 34 136 1 52 142 64
Binary 11111100 10110110 1110 0 11100 1011110 1 101010 1100010 110100

Color Harmonies of #FCB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB60E

Black with #FCB60E

Text Example


Text Example

White with #FCB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB60E; }

 p { color: rgb(252,182,14); }

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

background-color css

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

 a { background-color: rgb(252,182,14); }

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

border-color css

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

 span { border-color: rgb(252,182,14); }

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