Html Css Color HEX #FCBA56 Koromiko

📋 copy color: '#FCBA56'

red 252 ◦ green 186 ◦ blue 86

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

Shades of Koromiko #FCBA56

Tints of Koromiko #FCBA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 48.09%
G = 35.5%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCBA56 (or 0xFCBA56) is known color: Koromiko. HEX triplet: FC, BA and 56. RGB value is (252,186,86). Sum of RGB (Red+Green+Blue) = 252+186+86=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA56 is #0345A9. Grayscale: #C2C2C2. Windows color (decimal): -214442 or 5683964. OLE color: 5683964.

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

Color convert

RGB 252 186 86 -
CMYK 0 0.26 0.66 0.01
HSL 36.14º 0.97% 0.66% -
HSV(B) 36.14º 0.66% 0.99% -
XYZ 59.38 56.49 16.58 -
YUV 194.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 252 186 86 0 0.26 0.66 0.01 36.14 0.97 0.66
Hex FC BA 56 0 1A 42 1 24 61 42
Octal 374 272 126 0 32 102 1 44 141 102
Binary 11111100 10111010 1010110 0 11010 1000010 1 100100 1100001 1000010

Color Harmonies of #FCBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA56

Black with #FCBA56

Text Example


Text Example

White with #FCBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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