Html Css Color HEX #FEB450 Koromiko

📋 copy color: '#FEB450'

red 254 ◦ green 180 ◦ blue 80

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

Shades of Koromiko #FEB450

Tints of Koromiko #FEB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

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

R = 49.42%
G = 35.02%
B = 15.56%

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

#FEB450 (or 0xFEB450) is known color: Koromiko. HEX triplet: FE, B4 and 50. RGB value is (254,180,80). Sum of RGB (Red+Green+Blue) = 254+180+80=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB450 is #014BAF. Grayscale: #BFBFBF. Windows color (decimal): -84912 or 5289214. OLE color: 5289214.

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

Color convert

RGB 254 180 80 -
CMYK 0 0.29 0.69 0.00
HSL 34.48º 0.99% 0.65% -
HSV(B) 34.48º 0.69% 1% -
XYZ 58.64 54.29 14.98 -
YUV 190.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 254 180 80 0 0.29 0.69 0.00 34.48 0.99 0.65
Hex FE B4 50 0 1D 45 0 22 63 41
Octal 376 264 120 0 35 105 0 42 143 101
Binary 11111110 10110100 1010000 0 11101 1000101 0 100010 1100011 1000001

Color Harmonies of #FEB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB450

Black with #FEB450

Text Example


Text Example

White with #FEB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB450; }

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

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

background-color css

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

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

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

border-color css

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

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

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