Html Css Color HEX #FFF25D Corn

📋 copy color: '#FFF25D'

red 255 ◦ green 242 ◦ blue 93

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

Shades of Corn #FFF25D

Tints of Corn #FFF25D

RGB

 RED value IS 255 (100% from 255) = 43.22%

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

 BLUE value IS 93 (36.72% from 255) = 15.76%

R = 43.22%
G = 41.02%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFF25D (or 0xFFF25D) is known color: Corn. HEX triplet: FF, F2 and 5D. RGB value is (255,242,93). Sum of RGB (Red+Green+Blue) = 255+242+93=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 93 (36.72% from 255 or 15.76% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF25D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF25D is #000DA2. Grayscale: #E5E5E5. Windows color (decimal): -3491 or 6157055. OLE color: 6157055.

HSL color Cylindrical-coordinate representation of color #FFF25D: hue angle of 55.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFF25D is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 93 -
CMYK 0 0.05 0.64 0
HSL 55.19º 1% 0.68% -
HSV(B) 55.19º 0.64% 1% -
XYZ 74.97 85.55 22.92 -
YUV 228.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 255 242 93 0 0.05 0.64 0 55.19 1 0.68
Hex FF F2 5D 0 5 40 0 37 64 44
Octal 377 362 135 0 5 100 0 67 144 104
Binary 11111111 11110010 1011101 0 101 1000000 0 110111 1100100 1000100

Color Harmonies of #FFF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF25D

Black with #FFF25D

Text Example


Text Example

White with #FFF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF25D; }

 p { color: rgb(255,242,93); }

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

background-color css

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

 a { background-color: rgb(255,242,93); }

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

border-color css

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

 span { border-color: rgb(255,242,93); }

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