Html Css Color HEX #FADB6B Sweet Corn

📋 copy color: '#FADB6B'

red 250 ◦ green 219 ◦ blue 107

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

Shades of Sweet Corn #FADB6B

Tints of Sweet Corn #FADB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.02%

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

R = 43.4%
G = 38.02%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FADB6B (or 0xFADB6B) is known color: Sweet Corn. HEX triplet: FA, DB and 6B. RGB value is (250,219,107). Sum of RGB (Red+Green+Blue) = 250+219+107=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB6B is #052494. Grayscale: #D7D7D7. Windows color (decimal): -337045 or 7068666. OLE color: 7068666.

HSL color Cylindrical-coordinate representation of color #FADB6B: hue angle of 46.99º 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 #FADB6B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 107 -
CMYK 0 0.12 0.57 0.02
HSL 46.99º 0.93% 0.7% -
HSV(B) 46.99º 0.57% 0.98% -
XYZ 67.41 72.05 24.26 -
YUV 215.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 250 219 107 0 0.12 0.57 0.02 46.99 0.93 0.7
Hex FA DB 6B 0 C 39 2 2F 5D 46
Octal 372 333 153 0 14 71 2 57 135 106
Binary 11111010 11011011 1101011 0 1100 111001 10 101111 1011101 1000110

Color Harmonies of #FADB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB6B

Black with #FADB6B

Text Example


Text Example

White with #FADB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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