Html Css Color HEX #FAF227 Gorse

📋 copy color: '#FAF227'

red 250 ◦ green 242 ◦ blue 39

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

Shades of Gorse #FAF227

Tints of Gorse #FAF227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.34%

R = 47.08%
G = 45.57%
B = 7.34%

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

#FAF227 (or 0xFAF227) is known color: Gorse. HEX triplet: FA, F2 and 27. RGB value is (250,242,39). Sum of RGB (Red+Green+Blue) = 250+242+39=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 39 (15.62% from 255 or 7.34% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF227 is #050DD8. Grayscale: #DEDEDE. Windows color (decimal): -331225 or 2618106. OLE color: 2618106.

HSL color Cylindrical-coordinate representation of color #FAF227: hue angle of 57.73º 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 #FAF227 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 39 -
CMYK 0 0.03 0.84 0.02
HSL 57.73º 0.95% 0.57% -
HSV(B) 57.73º 0.84% 0.98% -
XYZ 71.54 83.97 14.36 -
YUV 221.25 25.15 148.51 -
System Red Green Blue C M Y K H S L
Decimal 250 242 39 0 0.03 0.84 0.02 57.73 0.95 0.57
Hex FA F2 27 0 3 54 2 3A 5F 39
Octal 372 362 47 0 3 124 2 72 137 71
Binary 11111010 11110010 100111 0 11 1010100 10 111010 1011111 111001

Color Harmonies of #FAF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF227

Black with #FAF227

Text Example


Text Example

White with #FAF227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF227; }

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

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

background-color css

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

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

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

border-color css

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

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

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