Html Css Color HEX #FEBA5B Koromiko

📋 copy color: '#FEBA5B'

red 254 ◦ green 186 ◦ blue 91

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

Shades of Koromiko #FEBA5B

Tints of Koromiko #FEBA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 47.83%
G = 35.03%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEBA5B (or 0xFEBA5B) is known color: Koromiko. HEX triplet: FE, BA and 5B. RGB value is (254,186,91). Sum of RGB (Red+Green+Blue) = 254+186+91=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA5B is #0145A4. Grayscale: #C3C3C3. Windows color (decimal): -83365 or 6011646. OLE color: 6011646.

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

Color convert

RGB 254 186 91 -
CMYK 0 0.27 0.64 0.00
HSL 34.97º 0.99% 0.68% -
HSV(B) 34.97º 0.64% 1% -
XYZ 60.32 56.94 17.71 -
YUV 195.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 254 186 91 0 0.27 0.64 0.00 34.97 0.99 0.68
Hex FE BA 5B 0 1B 40 0 23 63 44
Octal 376 272 133 0 33 100 0 43 143 104
Binary 11111110 10111010 1011011 0 11011 1000000 0 100011 1100011 1000100

Color Harmonies of #FEBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA5B

Black with #FEBA5B

Text Example


Text Example

White with #FEBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA5B; }

 p { color: rgb(254,186,91); }

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

background-color css

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

 a { background-color: rgb(254,186,91); }

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

border-color css

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

 span { border-color: rgb(254,186,91); }

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