Html Css Color HEX #FAF238 Gorse

📋 copy color: '#FAF238'

red 250 ◦ green 242 ◦ blue 56

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

Shades of Gorse #FAF238

Tints of Gorse #FAF238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.22%

R = 45.62%
G = 44.16%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAF238 (or 0xFAF238) is known color: Gorse. HEX triplet: FA, F2 and 38. RGB value is (250,242,56). Sum of RGB (Red+Green+Blue) = 250+242+56=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 56 (22.27% from 255 or 10.22% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF238 is #050DC7. Grayscale: #DFDFDF. Windows color (decimal): -331208 or 3732218. OLE color: 3732218.

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

Color convert

RGB 250 242 56 -
CMYK 0 0.03 0.78 0.02
HSL 57.53º 0.95% 0.6% -
HSV(B) 57.53º 0.78% 0.98% -
XYZ 71.89 84.11 16.19 -
YUV 223.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 250 242 56 0 0.03 0.78 0.02 57.53 0.95 0.6
Hex FA F2 38 0 3 4E 2 3A 5F 3C
Octal 372 362 70 0 3 116 2 72 137 74
Binary 11111010 11110010 111000 0 11 1001110 10 111010 1011111 111100

Color Harmonies of #FAF238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF238

Black with #FAF238

Text Example


Text Example

White with #FAF238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF238; }

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

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

background-color css

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

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

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

border-color css

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

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

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