Html Css Color HEX #FDDF7B Sweet Corn

📋 copy color: '#FDDF7B'

red 253 ◦ green 223 ◦ blue 123

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

Shades of Sweet Corn #FDDF7B

Tints of Sweet Corn #FDDF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.53%

R = 42.24%
G = 37.23%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDDF7B (or 0xFDDF7B) is known color: Sweet Corn. HEX triplet: FD, DF and 7B. RGB value is (253,223,123). Sum of RGB (Red+Green+Blue) = 253+223+123=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF7B is #022084. Grayscale: #DCDCDC. Windows color (decimal): -139397 or 8118269. OLE color: 8118269.

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

Color convert

RGB 253 223 123 -
CMYK 0 0.12 0.51 0.01
HSL 46.15º 0.97% 0.74% -
HSV(B) 46.15º 0.51% 0.99% -
XYZ 70.47 75.09 29.52 -
YUV 220.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 253 223 123 0 0.12 0.51 0.01 46.15 0.97 0.74
Hex FD DF 7B 0 C 33 1 2E 61 4A
Octal 375 337 173 0 14 63 1 56 141 112
Binary 11111101 11011111 1111011 0 1100 110011 1 101110 1100001 1001010

Color Harmonies of #FDDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF7B

Black with #FDDF7B

Text Example


Text Example

White with #FDDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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