#FEB653

Color #FEB653 Koromiko (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Koromiko #FEB653

Tints of Koromiko #FEB653

Color information

#FEB653 (or 0xFEB653) is unknown color: approx Koromiko. HEX triplet: FE, B6 and 53. RGB value is (254,182,83). Sum of RGB (Red+Green+Blue) = 254+182+83=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB653 is #0149AC. Grayscale: #C0C0C0. Windows color (decimal): -84397 or 5486334. OLE color: 5486334.

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

Color convert

RGB25418283-
CMYK00.280.670.00
HSL34.74º98.84%66.08%-
HSV(B)34.74º67.32%99.61%-
XYZ59.1655.1515.71-
YUV192.2466.35172.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 83 (32.81% from 255) = 15.99%
R=48.94%
G=35.07%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541828300.280.670.0034.7498.8466.08
HexFEB65301C430236342
Octal376266123034103043143102
Binary111111101011011010100110111001000011010001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB653; }

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

 H1.HeaderClassName
 {
   color: #FEB653;
 }
 .AnyTagClassName
 {
   color: #FEB653;
 }
</style>
background-color css

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

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

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

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

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

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