Html Css Color HEX #FDDF74 Sweet Corn

📋 copy color: '#FDDF74'

red 253 ◦ green 223 ◦ blue 116

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

Shades of Sweet Corn #FDDF74

Tints of Sweet Corn #FDDF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.59%

R = 42.74%
G = 37.67%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDDF74 (or 0xFDDF74) is known color: Sweet Corn. HEX triplet: FD, DF and 74. RGB value is (253,223,116). Sum of RGB (Red+Green+Blue) = 253+223+116=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF74 is #02208B. Grayscale: #DCDCDC. Windows color (decimal): -139404 or 7659517. OLE color: 7659517.

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

Color convert

RGB 253 223 116 -
CMYK 0 0.12 0.54 0.01
HSL 46.86º 0.97% 0.72% -
HSV(B) 46.86º 0.54% 0.99% -
XYZ 70.05 74.92 27.29 -
YUV 219.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 253 223 116 0 0.12 0.54 0.01 46.86 0.97 0.72
Hex FD DF 74 0 C 36 1 2F 61 48
Octal 375 337 164 0 14 66 1 57 141 110
Binary 11111101 11011111 1110100 0 1100 110110 1 101111 1100001 1001000

Color Harmonies of #FDDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF74

Black with #FDDF74

Text Example


Text Example

White with #FDDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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