Html Css Color HEX #FEBA48 Koromiko

📋 copy color: '#FEBA48'

red 254 ◦ green 186 ◦ blue 72

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

Shades of Koromiko #FEBA48

Tints of Koromiko #FEBA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.06%

R = 49.61%
G = 36.33%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEBA48 (or 0xFEBA48) is known color: Koromiko. HEX triplet: FE, BA and 48. RGB value is (254,186,72). Sum of RGB (Red+Green+Blue) = 254+186+72=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA48 is #0145B7. Grayscale: #C1C1C1. Windows color (decimal): -83384 or 4766462. OLE color: 4766462.

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

Color convert

RGB 254 186 72 -
CMYK 0 0.27 0.72 0.00
HSL 37.58º 0.99% 0.64% -
HSV(B) 37.58º 0.72% 1% -
XYZ 59.6 56.66 13.93 -
YUV 193.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 254 186 72 0 0.27 0.72 0.00 37.58 0.99 0.64
Hex FE BA 48 0 1B 48 0 26 63 40
Octal 376 272 110 0 33 110 0 46 143 100
Binary 11111110 10111010 1001000 0 11011 1001000 0 100110 1100011 1000000

Color Harmonies of #FEBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA48

Black with #FEBA48

Text Example


Text Example

White with #FEBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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