Html Css Color HEX #FEB550 Koromiko

📋 copy color: '#FEB550'

red 254 ◦ green 181 ◦ blue 80

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

Shades of Koromiko #FEB550

Tints of Koromiko #FEB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 49.32%
G = 35.15%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEB550 (or 0xFEB550) is known color: Koromiko. HEX triplet: FE, B5 and 50. RGB value is (254,181,80). Sum of RGB (Red+Green+Blue) = 254+181+80=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB550 is #014AAF. Grayscale: #BFBFBF. Windows color (decimal): -84656 or 5289470. OLE color: 5289470.

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

Color convert

RGB 254 181 80 -
CMYK 0 0.29 0.69 0.00
HSL 34.83º 0.99% 0.65% -
HSV(B) 34.83º 0.69% 1% -
XYZ 58.84 54.7 15.05 -
YUV 191.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 254 181 80 0 0.29 0.69 0.00 34.83 0.99 0.65
Hex FE B5 50 0 1D 45 0 23 63 41
Octal 376 265 120 0 35 105 0 43 143 101
Binary 11111110 10110101 1010000 0 11101 1000101 0 100011 1100011 1000001

Color Harmonies of #FEB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB550

Black with #FEB550

Text Example


Text Example

White with #FEB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB550; }

 p { color: rgb(254,181,80); }

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

background-color css

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

 a { background-color: rgb(254,181,80); }

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

border-color css

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

 span { border-color: rgb(254,181,80); }

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