Html Css Color HEX #FFF13A Gorse

📋 copy color: '#FFF13A'

red 255 ◦ green 241 ◦ blue 58

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

Shades of Gorse #FFF13A

Tints of Gorse #FFF13A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

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

R = 46.03%
G = 43.5%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFF13A (or 0xFFF13A) is known color: Gorse. HEX triplet: FF, F1 and 3A. RGB value is (255,241,58). Sum of RGB (Red+Green+Blue) = 255+241+58=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 58 (23.05% from 255 or 10.47% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF13A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF13A is #000EC5. Grayscale: #E1E1E1. Windows color (decimal): -3782 or 3863039. OLE color: 3863039.

HSL color Cylindrical-coordinate representation of color #FFF13A: hue angle of 55.74º 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 #FFF13A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 241 58 -
CMYK 0 0.05 0.77 0
HSL 55.74º 1% 0.61% -
HSV(B) 55.74º 0.77% 1% -
XYZ 73.46 84.48 16.44 -
YUV 224.32 34.14 149.88 -
System Red Green Blue C M Y K H S L
Decimal 255 241 58 0 0.05 0.77 0 55.74 1 0.61
Hex FF F1 3A 0 5 4D 0 38 64 3D
Octal 377 361 72 0 5 115 0 70 144 75
Binary 11111111 11110001 111010 0 101 1001101 0 111000 1100100 111101

Color Harmonies of #FFF13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF13A

Black with #FFF13A

Text Example


Text Example

White with #FFF13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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