Html Css Color HEX #FDF25A Corn

📋 copy color: '#FDF25A'

red 253 ◦ green 242 ◦ blue 90

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

Shades of Corn #FDF25A

Tints of Corn #FDF25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.38%

R = 43.25%
G = 41.37%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF25A (or 0xFDF25A) is known color: Corn. HEX triplet: FD, F2 and 5A. RGB value is (253,242,90). Sum of RGB (Red+Green+Blue) = 253+242+90=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 90 (35.55% from 255 or 15.38% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF25A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF25A is #020DA5. Grayscale: #E4E4E4. Windows color (decimal): -134566 or 5960445. OLE color: 5960445.

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

Color convert

RGB 253 242 90 -
CMYK 0 0.04 0.64 0.01
HSL 55.95º 0.98% 0.67% -
HSV(B) 55.95º 0.64% 0.99% -
XYZ 74.11 85.13 22.2 -
YUV 227.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 253 242 90 0 0.04 0.64 0.01 55.95 0.98 0.67
Hex FD F2 5A 0 4 40 1 38 62 43
Octal 375 362 132 0 4 100 1 70 142 103
Binary 11111101 11110010 1011010 0 100 1000000 1 111000 1100010 1000011

Color Harmonies of #FDF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF25A

Black with #FDF25A

Text Example


Text Example

White with #FDF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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