Html Css Color HEX #FAF226 Gorse

📋 copy color: '#FAF226'

red 250 ◦ green 242 ◦ blue 38

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

Shades of Gorse #FAF226

Tints of Gorse #FAF226

RGB

 RED value IS 250 (98.05% from 255) = 47.17%

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

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

R = 47.17%
G = 45.66%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAF226 (or 0xFAF226) is known color: Gorse. HEX triplet: FA, F2 and 26. RGB value is (250,242,38). Sum of RGB (Red+Green+Blue) = 250+242+38=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 38 (15.23% from 255 or 7.17% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF226 is #050DD9. Grayscale: #DDDDDD. Windows color (decimal): -331226 or 2552570. OLE color: 2552570.

HSL color Cylindrical-coordinate representation of color #FAF226: hue angle of 57.74º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAF226 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 38 -
CMYK 0 0.03 0.85 0.02
HSL 57.74º 0.95% 0.56% -
HSV(B) 57.74º 0.85% 0.98% -
XYZ 71.53 83.97 14.27 -
YUV 221.14 24.65 148.59 -
System Red Green Blue C M Y K H S L
Decimal 250 242 38 0 0.03 0.85 0.02 57.74 0.95 0.56
Hex FA F2 26 0 3 55 2 3A 5F 38
Octal 372 362 46 0 3 125 2 72 137 70
Binary 11111010 11110010 100110 0 11 1010101 10 111010 1011111 111000

Color Harmonies of #FAF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF226

Black with #FAF226

Text Example


Text Example

White with #FAF226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF226; }

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

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

background-color css

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

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

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

border-color css

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

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

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