Html Css Color HEX #FDF361 Corn

📋 copy color: '#FDF361'

red 253 ◦ green 243 ◦ blue 97

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

Shades of Corn #FDF361

Tints of Corn #FDF361

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.98%

 BLUE value IS 97 (38.28% from 255) = 16.36%

R = 42.66%
G = 40.98%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDF361 (or 0xFDF361) is known color: Corn. HEX triplet: FD, F3 and 61. RGB value is (253,243,97). Sum of RGB (Red+Green+Blue) = 253+243+97=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 97 (38.28% from 255 or 16.36% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF361 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF361 is #020C9E. Grayscale: #E5E5E5. Windows color (decimal): -134303 or 6419453. OLE color: 6419453.

HSL color Cylindrical-coordinate representation of color #FDF361: hue angle of 56.15º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF361 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 243 97 -
CMYK 0 0.04 0.62 0.01
HSL 56.15º 0.98% 0.69% -
HSV(B) 56.15º 0.62% 0.99% -
XYZ 74.72 85.85 23.94 -
YUV 229.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 253 243 97 0 0.04 0.62 0.01 56.15 0.98 0.69
Hex FD F3 61 0 4 3E 1 38 62 45
Octal 375 363 141 0 4 76 1 70 142 105
Binary 11111101 11110011 1100001 0 100 111110 1 111000 1100010 1000101

Color Harmonies of #FDF361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF361

Black with #FDF361

Text Example


Text Example

White with #FDF361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF361; }

 p { color: rgb(253,243,97); }

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

background-color css

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

 a { background-color: rgb(253,243,97); }

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

border-color css

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

 span { border-color: rgb(253,243,97); }

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