Html Css Color HEX #FEB456 Koromiko

📋 copy color: '#FEB456'

red 254 ◦ green 180 ◦ blue 86

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

Shades of Koromiko #FEB456

Tints of Koromiko #FEB456

RGB

 RED value IS 254 (99.61% from 255) = 48.85%

 GREEN value IS 180 (70.7% from 255) = 34.62%

 BLUE value IS 86 (33.98% from 255) = 16.54%

R = 48.85%
G = 34.62%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEB456 (or 0xFEB456) is known color: Koromiko. HEX triplet: FE, B4 and 56. RGB value is (254,180,86). Sum of RGB (Red+Green+Blue) = 254+180+86=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB456 is #014BA9. Grayscale: #BFBFBF. Windows color (decimal): -84906 or 5682430. OLE color: 5682430.

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

Color convert

RGB 254 180 86 -
CMYK 0 0.29 0.66 0.00
HSL 33.57º 0.99% 0.67% -
HSV(B) 33.57º 0.66% 1% -
XYZ 58.87 54.39 16.2 -
YUV 191.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 254 180 86 0 0.29 0.66 0.00 33.57 0.99 0.67
Hex FE B4 56 0 1D 42 0 22 63 43
Octal 376 264 126 0 35 102 0 42 143 103
Binary 11111110 10110100 1010110 0 11101 1000010 0 100010 1100011 1000011

Color Harmonies of #FEB456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB456

Black with #FEB456

Text Example


Text Example

White with #FEB456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB456; }

 p { color: rgb(254,180,86); }

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

background-color css

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

 a { background-color: rgb(254,180,86); }

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

border-color css

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

 span { border-color: rgb(254,180,86); }

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