Html Css Color HEX #FFF25A Corn

📋 copy color: '#FFF25A'

red 255 ◦ green 242 ◦ blue 90

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

Shades of Corn #FFF25A

Tints of Corn #FFF25A

RGB

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

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

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

R = 43.44%
G = 41.23%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFF25A (or 0xFFF25A) is known color: Corn. HEX triplet: FF, F2 and 5A. RGB value is (255,242,90). Sum of RGB (Red+Green+Blue) = 255+242+90=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 90 (35.55% from 255 or 15.33% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF25A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF25A is #000DA5. Grayscale: #E5E5E5. Windows color (decimal): -3494 or 5960447. OLE color: 5960447.

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

Color convert

RGB 255 242 90 -
CMYK 0 0.05 0.65 0
HSL 55.27º 1% 0.68% -
HSV(B) 55.27º 0.65% 1% -
XYZ 74.84 85.5 22.23 -
YUV 228.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 255 242 90 0 0.05 0.65 0 55.27 1 0.68
Hex FF F2 5A 0 5 41 0 37 64 44
Octal 377 362 132 0 5 101 0 67 144 104
Binary 11111111 11110010 1011010 0 101 1000001 0 110111 1100100 1000100

Color Harmonies of #FFF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF25A

Black with #FFF25A

Text Example


Text Example

White with #FFF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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