Html Css Color HEX #FDE07B Sweet Corn

📋 copy color: '#FDE07B'

red 253 ◦ green 224 ◦ blue 123

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

Shades of Sweet Corn #FDE07B

Tints of Sweet Corn #FDE07B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.33%

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

R = 42.17%
G = 37.33%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDE07B (or 0xFDE07B) is known color: Sweet Corn. HEX triplet: FD, E0 and 7B. RGB value is (253,224,123). Sum of RGB (Red+Green+Blue) = 253+224+123=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE07B is #021F84. Grayscale: #DDDDDD. Windows color (decimal): -139141 or 8118525. OLE color: 8118525.

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

Color convert

RGB 253 224 123 -
CMYK 0 0.11 0.51 0.01
HSL 46.62º 0.97% 0.74% -
HSV(B) 46.62º 0.51% 0.99% -
XYZ 70.74 75.62 29.61 -
YUV 221.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 253 224 123 0 0.11 0.51 0.01 46.62 0.97 0.74
Hex FD E0 7B 0 B 33 1 2F 61 4A
Octal 375 340 173 0 13 63 1 57 141 112
Binary 11111101 11100000 1111011 0 1011 110011 1 101111 1100001 1001010

Color Harmonies of #FDE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE07B

Black with #FDE07B

Text Example


Text Example

White with #FDE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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