Html Css Color HEX #FAF261 Corn

📋 copy color: '#FAF261'

red 250 ◦ green 242 ◦ blue 97

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

Shades of Corn #FAF261

Tints of Corn #FAF261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.09%

 BLUE value IS 97 (38.28% from 255) = 16.47%

R = 42.44%
G = 41.09%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAF261 (or 0xFAF261) is known color: Corn. HEX triplet: FA, F2 and 61. RGB value is (250,242,97). Sum of RGB (Red+Green+Blue) = 250+242+97=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 97 (38.28% from 255 or 16.47% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF261 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF261 is #050D9E. Grayscale: #E4E4E4. Windows color (decimal): -331167 or 6419194. OLE color: 6419194.

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

Color convert

RGB 250 242 97 -
CMYK 0 0.03 0.61 0.02
HSL 56.86º 0.94% 0.68% -
HSV(B) 56.86º 0.61% 0.98% -
XYZ 73.33 84.69 23.79 -
YUV 227.86 54.15 143.79 -
System Red Green Blue C M Y K H S L
Decimal 250 242 97 0 0.03 0.61 0.02 56.86 0.94 0.68
Hex FA F2 61 0 3 3D 2 39 5E 44
Octal 372 362 141 0 3 75 2 71 136 104
Binary 11111010 11110010 1100001 0 11 111101 10 111001 1011110 1000100

Color Harmonies of #FAF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF261

Black with #FAF261

Text Example


Text Example

White with #FAF261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF261; }

 p { color: rgb(250,242,97); }

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

background-color css

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

 a { background-color: rgb(250,242,97); }

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

border-color css

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

 span { border-color: rgb(250,242,97); }

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