Html Css Color HEX #FDF365 Corn

📋 copy color: '#FDF365'

red 253 ◦ green 243 ◦ blue 101

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

Shades of Corn #FDF365

Tints of Corn #FDF365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 16.92%

R = 42.38%
G = 40.7%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDF365 (or 0xFDF365) is known color: Corn. HEX triplet: FD, F3 and 65. RGB value is (253,243,101). Sum of RGB (Red+Green+Blue) = 253+243+101=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF365 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF365 is #020C9A. Grayscale: #E6E6E6. Windows color (decimal): -134299 or 6681597. OLE color: 6681597.

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

Color convert

RGB 253 243 101 -
CMYK 0 0.04 0.60 0.01
HSL 56.05º 0.97% 0.69% -
HSV(B) 56.05º 0.6% 0.99% -
XYZ 74.91 85.92 24.95 -
YUV 229.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 253 243 101 0 0.04 0.60 0.01 56.05 0.97 0.69
Hex FD F3 65 0 4 3C 1 38 61 45
Octal 375 363 145 0 4 74 1 70 141 105
Binary 11111101 11110011 1100101 0 100 111100 1 111000 1100001 1000101

Color Harmonies of #FDF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF365

Black with #FDF365

Text Example


Text Example

White with #FDF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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