Html Css Color HEX #FCB653 Koromiko

📋 copy color: '#FCB653'

red 252 ◦ green 182 ◦ blue 83

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

Shades of Koromiko #FCB653

Tints of Koromiko #FCB653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.05%

R = 48.74%
G = 35.2%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCB653 (or 0xFCB653) is known color: Koromiko. HEX triplet: FC, B6 and 53. RGB value is (252,182,83). Sum of RGB (Red+Green+Blue) = 252+182+83=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB653 is #0349AC. Grayscale: #C0C0C0. Windows color (decimal): -215469 or 5486332. OLE color: 5486332.

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

Color convert

RGB 252 182 83 -
CMYK 0 0.28 0.67 0.01
HSL 35.15º 0.97% 0.66% -
HSV(B) 35.15º 0.67% 0.99% -
XYZ 58.43 54.78 15.68 -
YUV 191.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 252 182 83 0 0.28 0.67 0.01 35.15 0.97 0.66
Hex FC B6 53 0 1C 43 1 23 61 42
Octal 374 266 123 0 34 103 1 43 141 102
Binary 11111100 10110110 1010011 0 11100 1000011 1 100011 1100001 1000010

Color Harmonies of #FCB653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB653

Black with #FCB653

Text Example


Text Example

White with #FCB653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB653; }

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

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

background-color css

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

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

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

border-color css

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

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

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