Html Css Color HEX #FAF65F Corn

📋 copy color: '#FAF65F'

red 250 ◦ green 246 ◦ blue 95

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

Shades of Corn #FAF65F

Tints of Corn #FAF65F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.62%

 BLUE value IS 95 (37.5% from 255) = 16.07%

R = 42.3%
G = 41.62%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAF65F (or 0xFAF65F) is known color: Corn. HEX triplet: FA, F6 and 5F. RGB value is (250,246,95). Sum of RGB (Red+Green+Blue) = 250+246+95=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 95 (37.5% from 255 or 16.07% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF65F is #0509A0. Grayscale: #E6E6E6. Windows color (decimal): -330145 or 6289146. OLE color: 6289146.

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

Color convert

RGB 250 246 95 -
CMYK 0 0.02 0.62 0.02
HSL 58.45º 0.94% 0.68% -
HSV(B) 58.45º 0.62% 0.98% -
XYZ 74.45 87.06 23.71 -
YUV 229.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 250 246 95 0 0.02 0.62 0.02 58.45 0.94 0.68
Hex FA F6 5F 0 2 3E 2 3A 5E 44
Octal 372 366 137 0 2 76 2 72 136 104
Binary 11111010 11110110 1011111 0 10 111110 10 111010 1011110 1000100

Color Harmonies of #FAF65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF65F

Black with #FAF65F

Text Example


Text Example

White with #FAF65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF65F; }

 p { color: rgb(250,246,95); }

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

background-color css

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

 a { background-color: rgb(250,246,95); }

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

border-color css

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

 span { border-color: rgb(250,246,95); }

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