Html Css Color HEX #FCB756 Koromiko

📋 copy color: '#FCB756'

red 252 ◦ green 183 ◦ blue 86

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

Shades of Koromiko #FCB756

Tints of Koromiko #FCB756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.51%

R = 48.37%
G = 35.12%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCB756 (or 0xFCB756) is known color: Koromiko. HEX triplet: FC, B7 and 56. RGB value is (252,183,86). Sum of RGB (Red+Green+Blue) = 252+183+86=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB756 is #0348A9. Grayscale: #C1C1C1. Windows color (decimal): -215210 or 5683196. OLE color: 5683196.

HSL color Cylindrical-coordinate representation of color #FCB756: hue angle of 35.06º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCB756 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 183 86 -
CMYK 0 0.27 0.66 0.01
HSL 35.06º 0.97% 0.66% -
HSV(B) 35.06º 0.66% 0.99% -
XYZ 58.76 55.23 16.37 -
YUV 192.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 252 183 86 0 0.27 0.66 0.01 35.06 0.97 0.66
Hex FC B7 56 0 1B 42 1 23 61 42
Octal 374 267 126 0 33 102 1 43 141 102
Binary 11111100 10110111 1010110 0 11011 1000010 1 100011 1100001 1000010

Color Harmonies of #FCB756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB756

Black with #FCB756

Text Example


Text Example

White with #FCB756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB756; }

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

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

background-color css

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

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

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

border-color css

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

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

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