Html Css Color HEX #FEB957 Koromiko

📋 copy color: '#FEB957'

red 254 ◦ green 185 ◦ blue 87

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

Shades of Koromiko #FEB957

Tints of Koromiko #FEB957

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.17%

 BLUE value IS 87 (34.38% from 255) = 16.54%

R = 48.29%
G = 35.17%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEB957 (or 0xFEB957) is known color: Koromiko. HEX triplet: FE, B9 and 57. RGB value is (254,185,87). Sum of RGB (Red+Green+Blue) = 254+185+87=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB957 is #0146A8. Grayscale: #C2C2C2. Windows color (decimal): -83625 or 5749246. OLE color: 5749246.

HSL color Cylindrical-coordinate representation of color #FEB957: hue angle of 35.21º 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 #FEB957 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 185 87 -
CMYK 0 0.27 0.66 0.00
HSL 35.21º 0.99% 0.67% -
HSV(B) 35.21º 0.66% 1% -
XYZ 59.94 56.46 16.75 -
YUV 194.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 254 185 87 0 0.27 0.66 0.00 35.21 0.99 0.67
Hex FE B9 57 0 1B 42 0 23 63 43
Octal 376 271 127 0 33 102 0 43 143 103
Binary 11111110 10111001 1010111 0 11011 1000010 0 100011 1100011 1000011

Color Harmonies of #FEB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB957

Black with #FEB957

Text Example


Text Example

White with #FEB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB957; }

 p { color: rgb(254,185,87); }

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

background-color css

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

 a { background-color: rgb(254,185,87); }

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

border-color css

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

 span { border-color: rgb(254,185,87); }

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