Html Css Color HEX #FDF265 Corn

📋 copy color: '#FDF265'

red 253 ◦ green 242 ◦ blue 101

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

Shades of Corn #FDF265

Tints of Corn #FDF265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

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

R = 42.45%
G = 40.6%
B = 16.95%

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

#FDF265 (or 0xFDF265) is known color: Corn. HEX triplet: FD, F2 and 65. RGB value is (253,242,101). Sum of RGB (Red+Green+Blue) = 253+242+101=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 101 (39.84% from 255 or 16.95% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF265 is #020D9A. Grayscale: #E5E5E5. Windows color (decimal): -134555 or 6681341. OLE color: 6681341.

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

Color convert

RGB 253 242 101 -
CMYK 0 0.04 0.60 0.01
HSL 55.66º 0.97% 0.69% -
HSV(B) 55.66º 0.6% 0.99% -
XYZ 74.61 85.33 24.85 -
YUV 229.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 253 242 101 0 0.04 0.60 0.01 55.66 0.97 0.69
Hex FD F2 65 0 4 3C 1 38 61 45
Octal 375 362 145 0 4 74 1 70 141 105
Binary 11111101 11110010 1100101 0 100 111100 1 111000 1100001 1000101

Color Harmonies of #FDF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF265

Black with #FDF265

Text Example


Text Example

White with #FDF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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