Html Css Color HEX #FDDF7A Sweet Corn

📋 copy color: '#FDDF7A'

red 253 ◦ green 223 ◦ blue 122

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

Shades of Sweet Corn #FDDF7A

Tints of Sweet Corn #FDDF7A

RGB

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

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

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

R = 42.31%
G = 37.29%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDDF7A (or 0xFDDF7A) is known color: Sweet Corn. HEX triplet: FD, DF and 7A. RGB value is (253,223,122). Sum of RGB (Red+Green+Blue) = 253+223+122=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF7A is #022085. Grayscale: #DCDCDC. Windows color (decimal): -139398 or 8052733. OLE color: 8052733.

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

Color convert

RGB 253 223 122 -
CMYK 0 0.12 0.52 0.01
HSL 46.26º 0.97% 0.74% -
HSV(B) 46.26º 0.52% 0.99% -
XYZ 70.41 75.06 29.19 -
YUV 220.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 253 223 122 0 0.12 0.52 0.01 46.26 0.97 0.74
Hex FD DF 7A 0 C 34 1 2E 61 4A
Octal 375 337 172 0 14 64 1 56 141 112
Binary 11111101 11011111 1111010 0 1100 110100 1 101110 1100001 1001010

Color Harmonies of #FDDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF7A

Black with #FDDF7A

Text Example


Text Example

White with #FDDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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