Html Css Color HEX #FADF69 Sweet Corn

📋 copy color: '#FADF69'

red 250 ◦ green 223 ◦ blue 105

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

Shades of Sweet Corn #FADF69

Tints of Sweet Corn #FADF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.17%

R = 43.25%
G = 38.58%
B = 18.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FADF69 (or 0xFADF69) is known color: Sweet Corn. HEX triplet: FA, DF and 69. RGB value is (250,223,105). Sum of RGB (Red+Green+Blue) = 250+223+105=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF69 is #052096. Grayscale: #DADADA. Windows color (decimal): -336023 or 6938618. OLE color: 6938618.

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

Color convert

RGB 250 223 105 -
CMYK 0 0.11 0.58 0.02
HSL 48.83º 0.94% 0.7% -
HSV(B) 48.83º 0.58% 0.98% -
XYZ 68.36 74.12 24.07 -
YUV 217.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 250 223 105 0 0.11 0.58 0.02 48.83 0.94 0.7
Hex FA DF 69 0 B 3A 2 31 5E 46
Octal 372 337 151 0 13 72 2 61 136 106
Binary 11111010 11011111 1101001 0 1011 111010 10 110001 1011110 1000110

Color Harmonies of #FADF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF69

Black with #FADF69

Text Example


Text Example

White with #FADF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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