Html Css Color HEX #FFF226 Gorse

📋 copy color: '#FFF226'

red 255 ◦ green 242 ◦ blue 38

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

Shades of Gorse #FFF226

Tints of Gorse #FFF226

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

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

R = 47.66%
G = 45.23%
B = 7.1%

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

#FFF226 (or 0xFFF226) is known color: Gorse. HEX triplet: FF, F2 and 26. RGB value is (255,242,38). Sum of RGB (Red+Green+Blue) = 255+242+38=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 38 (15.23% from 255 or 7.10% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF226 is #000DD9. Grayscale: #DFDFDF. Windows color (decimal): -3546 or 2552575. OLE color: 2552575.

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

Color convert

RGB 255 242 38 -
CMYK 0 0.05 0.85 0
HSL 56.41º 1% 0.57% -
HSV(B) 56.41º 0.85% 1% -
XYZ 73.34 84.9 14.36 -
YUV 222.63 23.81 151.09 -
System Red Green Blue C M Y K H S L
Decimal 255 242 38 0 0.05 0.85 0 56.41 1 0.57
Hex FF F2 26 0 5 55 0 38 64 39
Octal 377 362 46 0 5 125 0 70 144 71
Binary 11111111 11110010 100110 0 101 1010101 0 111000 1100100 111001

Color Harmonies of #FFF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF226

Black with #FFF226

Text Example


Text Example

White with #FFF226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF226; }

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

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

background-color css

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

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

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

border-color css

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

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

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