Html Css Color HEX #FDDB74 Sweet Corn

📋 copy color: '#FDDB74'

red 253 ◦ green 219 ◦ blue 116

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

Shades of Sweet Corn #FDDB74

Tints of Sweet Corn #FDDB74

RGB

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

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

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

R = 43.03%
G = 37.24%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDDB74 (or 0xFDDB74) is known color: Sweet Corn. HEX triplet: FD, DB and 74. RGB value is (253,219,116). Sum of RGB (Red+Green+Blue) = 253+219+116=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB74 is #02248B. Grayscale: #D9D9D9. Windows color (decimal): -140428 or 7658493. OLE color: 7658493.

HSL color Cylindrical-coordinate representation of color #FDDB74: hue angle of 45.11º 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 #FDDB74 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 116 -
CMYK 0 0.13 0.54 0.01
HSL 45.11º 0.97% 0.72% -
HSV(B) 45.11º 0.54% 0.99% -
XYZ 68.99 72.81 26.94 -
YUV 217.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 253 219 116 0 0.13 0.54 0.01 45.11 0.97 0.72
Hex FD DB 74 0 D 36 1 2D 61 48
Octal 375 333 164 0 15 66 1 55 141 110
Binary 11111101 11011011 1110100 0 1101 110110 1 101101 1100001 1001000

Color Harmonies of #FDDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB74

Black with #FDDB74

Text Example


Text Example

White with #FDDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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