Html Css Color HEX #FADF7A Sweet Corn

📋 copy color: '#FADF7A'

red 250 ◦ green 223 ◦ blue 122

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

Shades of Sweet Corn #FADF7A

Tints of Sweet Corn #FADF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.48%

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 42.02%
G = 37.48%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FADF7A (or 0xFADF7A) is known color: Sweet Corn. HEX triplet: FA, DF and 7A. RGB value is (250,223,122). Sum of RGB (Red+Green+Blue) = 250+223+122=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF7A is #052085. Grayscale: #DBDBDB. Windows color (decimal): -336006 or 8052730. OLE color: 8052730.

HSL color Cylindrical-coordinate representation of color #FADF7A: hue angle of 47.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FADF7A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 122 -
CMYK 0 0.11 0.51 0.02
HSL 47.34º 0.93% 0.73% -
HSV(B) 47.34º 0.51% 0.98% -
XYZ 69.32 74.5 29.14 -
YUV 219.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 250 223 122 0 0.11 0.51 0.02 47.34 0.93 0.73
Hex FA DF 7A 0 B 33 2 2F 5D 49
Octal 372 337 172 0 13 63 2 57 135 111
Binary 11111010 11011111 1111010 0 1011 110011 10 101111 1011101 1001001

Color Harmonies of #FADF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF7A

Black with #FADF7A

Text Example


Text Example

White with #FADF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF7A; }

 p { color: rgb(250,223,122); }

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

background-color css

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

 a { background-color: rgb(250,223,122); }

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

border-color css

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

 span { border-color: rgb(250,223,122); }

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