Html Css Color HEX #FEB958 Koromiko

📋 copy color: '#FEB958'

red 254 ◦ green 185 ◦ blue 88

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

Shades of Koromiko #FEB958

Tints of Koromiko #FEB958

RGB

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

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

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

R = 48.2%
G = 35.1%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEB958 (or 0xFEB958) is known color: Koromiko. HEX triplet: FE, B9 and 58. RGB value is (254,185,88). Sum of RGB (Red+Green+Blue) = 254+185+88=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB958 is #0146A7. Grayscale: #C3C3C3. Windows color (decimal): -83624 or 5814782. OLE color: 5814782.

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

Color convert

RGB 254 185 88 -
CMYK 0 0.27 0.65 0.00
HSL 35.06º 0.99% 0.67% -
HSV(B) 35.06º 0.65% 1% -
XYZ 59.98 56.47 16.97 -
YUV 194.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 254 185 88 0 0.27 0.65 0.00 35.06 0.99 0.67
Hex FE B9 58 0 1B 41 0 23 63 43
Octal 376 271 130 0 33 101 0 43 143 103
Binary 11111110 10111001 1011000 0 11011 1000001 0 100011 1100011 1000011

Color Harmonies of #FEB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB958

Black with #FEB958

Text Example


Text Example

White with #FEB958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB958; }

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

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

background-color css

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

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

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

border-color css

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

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

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