Html Css Color HEX #FFF52F Gorse

📋 copy color: '#FFF52F'

red 255 ◦ green 245 ◦ blue 47

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

Shades of Gorse #FFF52F

Tints of Gorse #FFF52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.59%

R = 46.62%
G = 44.79%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFF52F (or 0xFFF52F) is known color: Gorse. HEX triplet: FF, F5 and 2F. RGB value is (255,245,47). Sum of RGB (Red+Green+Blue) = 255+245+47=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 47 (18.75% from 255 or 8.59% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF52F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF52F is #000AD0. Grayscale: #E2E2E2. Windows color (decimal): -2769 or 3143167. OLE color: 3143167.

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

Color convert

RGB 255 245 47 -
CMYK 0 0.04 0.82 0
HSL 57.12º 1% 0.59% -
HSV(B) 57.12º 0.82% 1% -
XYZ 74.41 86.77 15.52 -
YUV 225.42 27.31 149.1 -
System Red Green Blue C M Y K H S L
Decimal 255 245 47 0 0.04 0.82 0 57.12 1 0.59
Hex FF F5 2F 0 4 52 0 39 64 3B
Octal 377 365 57 0 4 122 0 71 144 73
Binary 11111111 11110101 101111 0 100 1010010 0 111001 1100100 111011

Color Harmonies of #FFF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF52F

Black with #FFF52F

Text Example


Text Example

White with #FFF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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