Html Css Color HEX #FCBA4D Koromiko

📋 copy color: '#FCBA4D'

red 252 ◦ green 186 ◦ blue 77

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

Shades of Koromiko #FCBA4D

Tints of Koromiko #FCBA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.95%

R = 48.93%
G = 36.12%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCBA4D (or 0xFCBA4D) is known color: Koromiko. HEX triplet: FC, BA and 4D. RGB value is (252,186,77). Sum of RGB (Red+Green+Blue) = 252+186+77=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA4D is #0345B2. Grayscale: #C1C1C1. Windows color (decimal): -214451 or 5094140. OLE color: 5094140.

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

Color convert

RGB 252 186 77 -
CMYK 0 0.26 0.69 0.01
HSL 37.37º 0.97% 0.65% -
HSV(B) 37.37º 0.69% 0.99% -
XYZ 59.04 56.35 14.79 -
YUV 193.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 252 186 77 0 0.26 0.69 0.01 37.37 0.97 0.65
Hex FC BA 4D 0 1A 45 1 25 61 41
Octal 374 272 115 0 32 105 1 45 141 101
Binary 11111100 10111010 1001101 0 11010 1000101 1 100101 1100001 1000001

Color Harmonies of #FCBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA4D

Black with #FCBA4D

Text Example


Text Example

White with #FCBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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