Html Css Color HEX #FFF53A Gorse

📋 copy color: '#FFF53A'

red 255 ◦ green 245 ◦ blue 58

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

Shades of Gorse #FFF53A

Tints of Gorse #FFF53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.39%

R = 45.7%
G = 43.91%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFF53A (or 0xFFF53A) is known color: Gorse. HEX triplet: FF, F5 and 3A. RGB value is (255,245,58). Sum of RGB (Red+Green+Blue) = 255+245+58=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 58 (23.05% from 255 or 10.39% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF53A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF53A is #000AC5. Grayscale: #E3E3E3. Windows color (decimal): -2758 or 3864063. OLE color: 3864063.

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

Color convert

RGB 255 245 58 -
CMYK 0 0.04 0.77 0
HSL 56.95º 1% 0.61% -
HSV(B) 56.95º 0.77% 1% -
XYZ 74.66 86.87 16.84 -
YUV 226.67 32.81 148.21 -
System Red Green Blue C M Y K H S L
Decimal 255 245 58 0 0.04 0.77 0 56.95 1 0.61
Hex FF F5 3A 0 4 4D 0 39 64 3D
Octal 377 365 72 0 4 115 0 71 144 75
Binary 11111111 11110101 111010 0 100 1001101 0 111001 1100100 111101

Color Harmonies of #FFF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF53A

Black with #FFF53A

Text Example


Text Example

White with #FFF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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