Html Css Color HEX #FFF126 Gorse

📋 copy color: '#FFF126'

red 255 ◦ green 241 ◦ blue 38

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

Shades of Gorse #FFF126

Tints of Gorse #FFF126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.12%

R = 47.75%
G = 45.13%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFF126 (or 0xFFF126) is known color: Gorse. HEX triplet: FF, F1 and 26. RGB value is (255,241,38). Sum of RGB (Red+Green+Blue) = 255+241+38=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 38 (15.23% from 255 or 7.12% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF126 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF126 is #000ED9. Grayscale: #DEDEDE. Windows color (decimal): -3802 or 2552319. OLE color: 2552319.

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

Color convert

RGB 255 241 38 -
CMYK 0 0.05 0.85 0
HSL 56.13º 1% 0.57% -
HSV(B) 56.13º 0.85% 1% -
XYZ 73.05 84.31 14.26 -
YUV 222.04 24.14 151.51 -
System Red Green Blue C M Y K H S L
Decimal 255 241 38 0 0.05 0.85 0 56.13 1 0.57
Hex FF F1 26 0 5 55 0 38 64 39
Octal 377 361 46 0 5 125 0 70 144 71
Binary 11111111 11110001 100110 0 101 1010101 0 111000 1100100 111001

Color Harmonies of #FFF126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF126

Black with #FFF126

Text Example


Text Example

White with #FFF126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF126; }

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

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

background-color css

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

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

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

border-color css

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

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

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