Html Css Color HEX #FAE367 Corn

📋 copy color: '#FAE367'

red 250 ◦ green 227 ◦ blue 103

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

Shades of Corn #FAE367

Tints of Corn #FAE367

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.14%

 BLUE value IS 103 (40.63% from 255) = 17.76%

R = 43.1%
G = 39.14%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAE367 (or 0xFAE367) is known color: Corn. HEX triplet: FA, E3 and 67. RGB value is (250,227,103). Sum of RGB (Red+Green+Blue) = 250+227+103=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 103 (40.62% from 255 or 17.76% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE367 is #051C98. Grayscale: #DCDCDC. Windows color (decimal): -335001 or 6808570. OLE color: 6808570.

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

Color convert

RGB 250 227 103 -
CMYK 0 0.09 0.59 0.02
HSL 50.61º 0.94% 0.69% -
HSV(B) 50.61º 0.59% 0.98% -
XYZ 69.34 76.24 23.89 -
YUV 219.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 250 227 103 0 0.09 0.59 0.02 50.61 0.94 0.69
Hex FA E3 67 0 9 3B 2 33 5E 45
Octal 372 343 147 0 11 73 2 63 136 105
Binary 11111010 11100011 1100111 0 1001 111011 10 110011 1011110 1000101

Color Harmonies of #FAE367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE367

Black with #FAE367

Text Example


Text Example

White with #FAE367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE367; }

 p { color: rgb(250,227,103); }

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

background-color css

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

 a { background-color: rgb(250,227,103); }

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

border-color css

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

 span { border-color: rgb(250,227,103); }

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