Html Css Color HEX #FFF527 Gorse

📋 copy color: '#FFF527'

red 255 ◦ green 245 ◦ blue 39

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

Shades of Gorse #FFF527

Tints of Gorse #FFF527

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.45%

 BLUE value IS 39 (15.63% from 255) = 7.24%

R = 47.31%
G = 45.45%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFF527 (or 0xFFF527) is known color: Gorse. HEX triplet: FF, F5 and 27. RGB value is (255,245,39). Sum of RGB (Red+Green+Blue) = 255+245+39=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 39 (15.62% from 255 or 7.24% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF527 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF527 is #000AD8. Grayscale: #E1E1E1. Windows color (decimal): -2777 or 2618879. OLE color: 2618879.

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

Color convert

RGB 255 245 39 -
CMYK 0 0.04 0.85 0
HSL 57.22º 1% 0.58% -
HSV(B) 57.22º 0.85% 1% -
XYZ 74.26 86.71 14.74 -
YUV 224.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 255 245 39 0 0.04 0.85 0 57.22 1 0.58
Hex FF F5 27 0 4 55 0 39 64 3A
Octal 377 365 47 0 4 125 0 71 144 72
Binary 11111111 11110101 100111 0 100 1010101 0 111001 1100100 111010

Color Harmonies of #FFF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF527

Black with #FFF527

Text Example


Text Example

White with #FFF527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF527; }

 p { color: rgb(255,245,39); }

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

background-color css

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

 a { background-color: rgb(255,245,39); }

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

border-color css

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

 span { border-color: rgb(255,245,39); }

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