Html Css Color HEX #FEBA54 Koromiko

📋 copy color: '#FEBA54'

red 254 ◦ green 186 ◦ blue 84

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

Shades of Koromiko #FEBA54

Tints of Koromiko #FEBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.03%

R = 48.47%
G = 35.5%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEBA54 (or 0xFEBA54) is known color: Koromiko. HEX triplet: FE, BA and 54. RGB value is (254,186,84). Sum of RGB (Red+Green+Blue) = 254+186+84=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA54 is #0145AB. Grayscale: #C3C3C3. Windows color (decimal): -83372 or 5552894. OLE color: 5552894.

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

Color convert

RGB 254 186 84 -
CMYK 0 0.27 0.67 0.00
HSL 36º 0.99% 0.66% -
HSV(B) 36º 0.67% 1% -
XYZ 60.03 56.83 16.19 -
YUV 194.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 254 186 84 0 0.27 0.67 0.00 36 0.99 0.66
Hex FE BA 54 0 1B 43 0 24 63 42
Octal 376 272 124 0 33 103 0 44 143 102
Binary 11111110 10111010 1010100 0 11011 1000011 0 100100 1100011 1000010

Color Harmonies of #FEBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA54

Black with #FEBA54

Text Example


Text Example

White with #FEBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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