Html Css Color HEX #FDDF70 Sweet Corn

📋 copy color: '#FDDF70'

red 253 ◦ green 223 ◦ blue 112

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

Shades of Sweet Corn #FDDF70

Tints of Sweet Corn #FDDF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.05%

R = 43.03%
G = 37.93%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDDF70 (or 0xFDDF70) is known color: Sweet Corn. HEX triplet: FD, DF and 70. RGB value is (253,223,112). Sum of RGB (Red+Green+Blue) = 253+223+112=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF70 is #02208F. Grayscale: #DBDBDB. Windows color (decimal): -139408 or 7397373. OLE color: 7397373.

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

Color convert

RGB 253 223 112 -
CMYK 0 0.12 0.56 0.01
HSL 47.23º 0.97% 0.72% -
HSV(B) 47.23º 0.56% 0.99% -
XYZ 69.82 74.83 26.09 -
YUV 219.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 253 223 112 0 0.12 0.56 0.01 47.23 0.97 0.72
Hex FD DF 70 0 C 38 1 2F 61 48
Octal 375 337 160 0 14 70 1 57 141 110
Binary 11111101 11011111 1110000 0 1100 111000 1 101111 1100001 1001000

Color Harmonies of #FDDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF70

Black with #FDDF70

Text Example


Text Example

White with #FDDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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