Html Css Color HEX #FEBA55 Koromiko

📋 copy color: '#FEBA55'

red 254 ◦ green 186 ◦ blue 85

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

Shades of Koromiko #FEBA55

Tints of Koromiko #FEBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.19%

R = 48.38%
G = 35.43%
B = 16.19%

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

#FEBA55 (or 0xFEBA55) is known color: Koromiko. HEX triplet: FE, BA and 55. RGB value is (254,186,85). Sum of RGB (Red+Green+Blue) = 254+186+85=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA55 is #0145AA. Grayscale: #C3C3C3. Windows color (decimal): -83371 or 5618430. OLE color: 5618430.

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

Color convert

RGB 254 186 85 -
CMYK 0 0.27 0.67 0.00
HSL 35.86º 0.99% 0.66% -
HSV(B) 35.86º 0.67% 1% -
XYZ 60.07 56.84 16.4 -
YUV 194.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 254 186 85 0 0.27 0.67 0.00 35.86 0.99 0.66
Hex FE BA 55 0 1B 43 0 24 63 42
Octal 376 272 125 0 33 103 0 44 143 102
Binary 11111110 10111010 1010101 0 11011 1000011 0 100100 1100011 1000010

Color Harmonies of #FEBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA55

Black with #FEBA55

Text Example


Text Example

White with #FEBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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