Html Css Color HEX #FCBA5D Koromiko

📋 copy color: '#FCBA5D'

red 252 ◦ green 186 ◦ blue 93

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

Shades of Koromiko #FCBA5D

Tints of Koromiko #FCBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.51%

R = 47.46%
G = 35.03%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCBA5D (or 0xFCBA5D) is known color: Koromiko. HEX triplet: FC, BA and 5D. RGB value is (252,186,93). Sum of RGB (Red+Green+Blue) = 252+186+93=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA5D is #0345A2. Grayscale: #C3C3C3. Windows color (decimal): -214435 or 6142716. OLE color: 6142716.

HSL color Cylindrical-coordinate representation of color #FCBA5D: hue angle of 35.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCBA5D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 93 -
CMYK 0 0.26 0.63 0.01
HSL 35.09º 0.96% 0.68% -
HSV(B) 35.09º 0.63% 0.99% -
XYZ 59.68 56.6 18.14 -
YUV 195.13 70.37 168.56 -
System Red Green Blue C M Y K H S L
Decimal 252 186 93 0 0.26 0.63 0.01 35.09 0.96 0.68
Hex FC BA 5D 0 1A 3F 1 23 60 44
Octal 374 272 135 0 32 77 1 43 140 104
Binary 11111100 10111010 1011101 0 11010 111111 1 100011 1100000 1000100

Color Harmonies of #FCBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA5D

Black with #FCBA5D

Text Example


Text Example

White with #FCBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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