Html Css Color HEX #FFF025 Gorse

📋 copy color: '#FFF025'

red 255 ◦ green 240 ◦ blue 37

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

Shades of Gorse #FFF025

Tints of Gorse #FFF025

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.11%

 BLUE value IS 37 (14.84% from 255) = 6.95%

R = 47.93%
G = 45.11%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFF025 (or 0xFFF025) is known color: Gorse. HEX triplet: FF, F0 and 25. RGB value is (255,240,37). Sum of RGB (Red+Green+Blue) = 255+240+37=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 37 (14.84% from 255 or 6.95% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF025 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF025 is #000FDA. Grayscale: #DEDEDE. Windows color (decimal): -4059 or 2486527. OLE color: 2486527.

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

Color convert

RGB 255 240 37 -
CMYK 0 0.06 0.85 0
HSL 55.87º 1% 0.57% -
HSV(B) 55.87º 0.85% 1% -
XYZ 72.73 83.71 14.08 -
YUV 221.34 23.97 152.01 -
System Red Green Blue C M Y K H S L
Decimal 255 240 37 0 0.06 0.85 0 55.87 1 0.57
Hex FF F0 25 0 6 55 0 38 64 39
Octal 377 360 45 0 6 125 0 70 144 71
Binary 11111111 11110000 100101 0 110 1010101 0 111000 1100100 111001

Color Harmonies of #FFF025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF025

Black with #FFF025

Text Example


Text Example

White with #FFF025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF025; }

 p { color: rgb(255,240,37); }

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

background-color css

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

 a { background-color: rgb(255,240,37); }

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

border-color css

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

 span { border-color: rgb(255,240,37); }

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