Html Css Color HEX #FADF6B Sweet Corn

📋 copy color: '#FADF6B'

red 250 ◦ green 223 ◦ blue 107

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

Shades of Sweet Corn #FADF6B

Tints of Sweet Corn #FADF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.45%

R = 43.1%
G = 38.45%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FADF6B (or 0xFADF6B) is known color: Sweet Corn. HEX triplet: FA, DF and 6B. RGB value is (250,223,107). Sum of RGB (Red+Green+Blue) = 250+223+107=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF6B is #052094. Grayscale: #DADADA. Windows color (decimal): -336021 or 7069690. OLE color: 7069690.

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

Color convert

RGB 250 223 107 -
CMYK 0 0.11 0.57 0.02
HSL 48.67º 0.93% 0.7% -
HSV(B) 48.67º 0.57% 0.98% -
XYZ 68.47 74.16 24.62 -
YUV 217.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 250 223 107 0 0.11 0.57 0.02 48.67 0.93 0.7
Hex FA DF 6B 0 B 39 2 31 5D 46
Octal 372 337 153 0 13 71 2 61 135 106
Binary 11111010 11011111 1101011 0 1011 111001 10 110001 1011101 1000110

Color Harmonies of #FADF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF6B

Black with #FADF6B

Text Example


Text Example

White with #FADF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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