#FEAF4D

Color #FEAF4D Koromiko (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Koromiko #FEAF4D

Tints of Koromiko #FEAF4D

Color information

#FEAF4D (or 0xFEAF4D) is unknown color: approx Koromiko. HEX triplet: FE, AF and 4D. RGB value is (254,175,77). Sum of RGB (Red+Green+Blue) = 254+175+77=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF4D is #0150B2. Grayscale: #BBBBBB. Windows color (decimal): -86195 or 5091326. OLE color: 5091326.

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

Color convert

RGB25417577-
CMYK00.310.700.00
HSL33.22º98.88%64.9%-
HSV(B)33.22º69.69%99.61%-
XYZ57.5452.2714.08-
YUV187.4565.67175.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 77 (30.47% from 255) = 15.22%
R=50.20%
G=34.58%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541757700.310.700.0033.2298.8864.9
HexFEAF4D01F460216341
Octal376257115037106041143101
Binary111111101010111110011010111111000110010000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF4D; }

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

 H1.HeaderClassName
 {
   color: #FEAF4D;
 }
 .AnyTagClassName
 {
   color: #FEAF4D;
 }
</style>
background-color css

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

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

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

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

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

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