Html Css Color HEX #FCBA47 Koromiko

📋 copy color: '#FCBA47'

red 252 ◦ green 186 ◦ blue 71

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

Shades of Koromiko #FCBA47

Tints of Koromiko #FCBA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.95%

R = 49.51%
G = 36.54%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCBA47 (or 0xFCBA47) is known color: Koromiko. HEX triplet: FC, BA and 47. RGB value is (252,186,71). Sum of RGB (Red+Green+Blue) = 252+186+71=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA47 is #0345B8. Grayscale: #C1C1C1. Windows color (decimal): -214457 or 4700924. OLE color: 4700924.

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

Color convert

RGB 252 186 71 -
CMYK 0 0.26 0.72 0.01
HSL 38.12º 0.97% 0.63% -
HSV(B) 38.12º 0.72% 0.99% -
XYZ 58.84 56.27 13.72 -
YUV 192.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 252 186 71 0 0.26 0.72 0.01 38.12 0.97 0.63
Hex FC BA 47 0 1A 48 1 26 61 3F
Octal 374 272 107 0 32 110 1 46 141 77
Binary 11111100 10111010 1000111 0 11010 1001000 1 100110 1100001 111111

Color Harmonies of #FCBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA47

Black with #FCBA47

Text Example


Text Example

White with #FCBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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