Html Css Color HEX #FAF228 Gorse

📋 copy color: '#FAF228'

red 250 ◦ green 242 ◦ blue 40

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

Shades of Gorse #FAF228

Tints of Gorse #FAF228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.52%

R = 46.99%
G = 45.49%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF228 (or 0xFAF228) is known color: Gorse. HEX triplet: FA, F2 and 28. RGB value is (250,242,40). Sum of RGB (Red+Green+Blue) = 250+242+40=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 40 (16.02% from 255 or 7.52% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF228 is #050DD7. Grayscale: #DEDEDE. Windows color (decimal): -331224 or 2683642. OLE color: 2683642.

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

Color convert

RGB 250 242 40 -
CMYK 0 0.03 0.84 0.02
HSL 57.71º 0.95% 0.57% -
HSV(B) 57.71º 0.84% 0.98% -
XYZ 71.56 83.98 14.45 -
YUV 221.36 25.65 148.43 -
System Red Green Blue C M Y K H S L
Decimal 250 242 40 0 0.03 0.84 0.02 57.71 0.95 0.57
Hex FA F2 28 0 3 54 2 3A 5F 39
Octal 372 362 50 0 3 124 2 72 137 71
Binary 11111010 11110010 101000 0 11 1010100 10 111010 1011111 111001

Color Harmonies of #FAF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF228

Black with #FAF228

Text Example


Text Example

White with #FAF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF228; }

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

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

background-color css

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

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

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

border-color css

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

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

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