Html Css Color HEX #FEAF4E Koromiko

📋 copy color: '#FEAF4E'

red 254 ◦ green 175 ◦ blue 78

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

Shades of Koromiko #FEAF4E

Tints of Koromiko #FEAF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.38%

R = 50.1%
G = 34.52%
B = 15.38%

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

#FEAF4E (or 0xFEAF4E) is known color: Koromiko. HEX triplet: FE, AF and 4E. RGB value is (254,175,78). Sum of RGB (Red+Green+Blue) = 254+175+78=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF4E is #0150B1. Grayscale: #BCBCBC. Windows color (decimal): -86194 or 5156862. OLE color: 5156862.

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

Color convert

RGB 254 175 78 -
CMYK 0 0.31 0.69 0.00
HSL 33.07º 0.99% 0.65% -
HSV(B) 33.07º 0.69% 1% -
XYZ 57.58 52.28 14.26 -
YUV 187.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 254 175 78 0 0.31 0.69 0.00 33.07 0.99 0.65
Hex FE AF 4E 0 1F 45 0 21 63 41
Octal 376 257 116 0 37 105 0 41 143 101
Binary 11111110 10101111 1001110 0 11111 1000101 0 100001 1100011 1000001

Color Harmonies of #FEAF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF4E

Black with #FEAF4E

Text Example


Text Example

White with #FEAF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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