Html Css Color HEX #FDDF6A Sweet Corn

📋 copy color: '#FDDF6A'

red 253 ◦ green 223 ◦ blue 106

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

Shades of Sweet Corn #FDDF6A

Tints of Sweet Corn #FDDF6A

RGB

 RED value IS 253 (99.22% from 255) = 43.47%

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

 BLUE value IS 106 (41.8% from 255) = 18.21%

R = 43.47%
G = 38.32%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDDF6A (or 0xFDDF6A) is known color: Sweet Corn. HEX triplet: FD, DF and 6A. RGB value is (253,223,106). Sum of RGB (Red+Green+Blue) = 253+223+106=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 106 (41.80% from 255 or 18.21% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF6A is #022095. Grayscale: #DBDBDB. Windows color (decimal): -139414 or 7004157. OLE color: 7004157.

HSL color Cylindrical-coordinate representation of color #FDDF6A: hue angle of 47.76º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDDF6A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 106 -
CMYK 0 0.12 0.58 0.01
HSL 47.76º 0.97% 0.7% -
HSV(B) 47.76º 0.58% 0.99% -
XYZ 69.5 74.7 24.39 -
YUV 218.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 253 223 106 0 0.12 0.58 0.01 47.76 0.97 0.7
Hex FD DF 6A 0 C 3A 1 30 61 46
Octal 375 337 152 0 14 72 1 60 141 106
Binary 11111101 11011111 1101010 0 1100 111010 1 110000 1100001 1000110

Color Harmonies of #FDDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF6A

Black with #FDDF6A

Text Example


Text Example

White with #FDDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF6A; }

 p { color: rgb(253,223,106); }

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

background-color css

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

 a { background-color: rgb(253,223,106); }

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

border-color css

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

 span { border-color: rgb(253,223,106); }

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