Html Css Color HEX #FCB60D Selective Yellow

📋 copy color: '#FCB60D'

red 252 ◦ green 182 ◦ blue 13

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

Shades of Selective Yellow #FCB60D

Tints of Selective Yellow #FCB60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 56.38%
G = 40.72%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCB60D (or 0xFCB60D) is known color: Selective Yellow. HEX triplet: FC, B6 and 0D. RGB value is (252,182,13). Sum of RGB (Red+Green+Blue) = 252+182+13=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB60D is #0349F2. Grayscale: #B8B8B8. Windows color (decimal): -215539 or 898812. OLE color: 898812.

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

Color convert

RGB 252 182 13 -
CMYK 0 0.28 0.95 0.01
HSL 42.43º 0.98% 0.52% -
HSV(B) 42.43º 0.95% 0.99% -
XYZ 56.95 54.18 7.84 -
YUV 183.66 31.69 176.74 -
System Red Green Blue C M Y K H S L
Decimal 252 182 13 0 0.28 0.95 0.01 42.43 0.98 0.52
Hex FC B6 D 0 1C 5F 1 2A 62 34
Octal 374 266 15 0 34 137 1 52 142 64
Binary 11111100 10110110 1101 0 11100 1011111 1 101010 1100010 110100

Color Harmonies of #FCB60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB60D

Black with #FCB60D

Text Example


Text Example

White with #FCB60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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