Html Css Color HEX #FEAF50 Koromiko

📋 copy color: '#FEAF50'

red 254 ◦ green 175 ◦ blue 80

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

Shades of Koromiko #FEAF50

Tints of Koromiko #FEAF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

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

R = 49.9%
G = 34.38%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEAF50 (or 0xFEAF50) is known color: Koromiko. HEX triplet: FE, AF and 50. RGB value is (254,175,80). Sum of RGB (Red+Green+Blue) = 254+175+80=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF50 is #0150AF. Grayscale: #BCBCBC. Windows color (decimal): -86192 or 5287934. OLE color: 5287934.

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

Color convert

RGB 254 175 80 -
CMYK 0 0.31 0.69 0.00
HSL 32.76º 0.99% 0.65% -
HSV(B) 32.76º 0.69% 1% -
XYZ 57.65 52.31 14.65 -
YUV 187.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 254 175 80 0 0.31 0.69 0.00 32.76 0.99 0.65
Hex FE AF 50 0 1F 45 0 21 63 41
Octal 376 257 120 0 37 105 0 41 143 101
Binary 11111110 10101111 1010000 0 11111 1000101 0 100001 1100011 1000001

Color Harmonies of #FEAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF50

Black with #FEAF50

Text Example


Text Example

White with #FEAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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