Html Css Color HEX #FEAF4D Koromiko

📋 copy color: '#FEAF4D'

red 254 ◦ green 175 ◦ blue 77

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

Shades of Koromiko #FEAF4D

Tints of Koromiko #FEAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.22%

R = 50.2%
G = 34.58%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEAF4D (or 0xFEAF4D) is known color: 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

RGB 254 175 77 -
CMYK 0 0.31 0.70 0.00
HSL 33.22º 0.99% 0.65% -
HSV(B) 33.22º 0.7% 1% -
XYZ 57.54 52.27 14.08 -
YUV 187.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 254 175 77 0 0.31 0.70 0.00 33.22 0.99 0.65
Hex FE AF 4D 0 1F 46 0 21 63 41
Octal 376 257 115 0 37 106 0 41 143 101
Binary 11111110 10101111 1001101 0 11111 1000110 0 100001 1100011 1000001

Color Harmonies of #FEAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF4D

Black with #FEAF4D

Text Example


Text Example

White with #FEAF4D

Text Example


Text Example

HTML Codes & Css Web 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>