Html Css Color HEX #FAAF4E Koromiko

📋 copy color: '#FAAF4E'

red 250 ◦ green 175 ◦ blue 78

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

Shades of Koromiko #FAAF4E

Tints of Koromiko #FAAF4E

RGB

 RED value IS 250 (98.05% from 255) = 49.7%

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

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

R = 49.7%
G = 34.79%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAAF4E (or 0xFAAF4E) is known color: Koromiko. HEX triplet: FA, AF and 4E. RGB value is (250,175,78). Sum of RGB (Red+Green+Blue) = 250+175+78=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF4E is #0550B1. Grayscale: #BABABA. Windows color (decimal): -348338 or 5156858. OLE color: 5156858.

HSL color Cylindrical-coordinate representation of color #FAAF4E: hue angle of 33.84º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAAF4E is Cyan = 0, Magento = 0.3, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 78 -
CMYK 0 0.3 0.69 0.02
HSL 33.84º 0.95% 0.64% -
HSV(B) 33.84º 0.69% 0.98% -
XYZ 56.13 51.53 14.2 -
YUV 186.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 250 175 78 0 0.3 0.69 0.02 33.84 0.95 0.64
Hex FA AF 4E 0 1E 45 2 22 5F 40
Octal 372 257 116 0 36 105 2 42 137 100
Binary 11111010 10101111 1001110 0 11110 1000101 10 100010 1011111 1000000

Color Harmonies of #FAAF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF4E

Black with #FAAF4E

Text Example


Text Example

White with #FAAF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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