Html Css Color HEX #FCB658 Koromiko

📋 copy color: '#FCB658'

red 252 ◦ green 182 ◦ blue 88

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

Shades of Koromiko #FCB658

Tints of Koromiko #FCB658

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.87%

 BLUE value IS 88 (34.77% from 255) = 16.86%

R = 48.28%
G = 34.87%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCB658 (or 0xFCB658) is known color: Koromiko. HEX triplet: FC, B6 and 58. RGB value is (252,182,88). Sum of RGB (Red+Green+Blue) = 252+182+88=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB658 is #0349A7. Grayscale: #C0C0C0. Windows color (decimal): -215464 or 5814012. OLE color: 5814012.

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

Color convert

RGB 252 182 88 -
CMYK 0 0.28 0.65 0.01
HSL 34.39º 0.96% 0.67% -
HSV(B) 34.39º 0.65% 0.99% -
XYZ 58.63 54.86 16.73 -
YUV 192.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 252 182 88 0 0.28 0.65 0.01 34.39 0.96 0.67
Hex FC B6 58 0 1C 41 1 22 60 43
Octal 374 266 130 0 34 101 1 42 140 103
Binary 11111100 10110110 1011000 0 11100 1000001 1 100010 1100000 1000011

Color Harmonies of #FCB658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB658

Black with #FCB658

Text Example


Text Example

White with #FCB658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB658; }

 p { color: rgb(252,182,88); }

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

background-color css

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

 a { background-color: rgb(252,182,88); }

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

border-color css

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

 span { border-color: rgb(252,182,88); }

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