Shades of Gorse #FAF338
Tints of Gorse #FAF338
RGB
CMYK
RGB Variations
Color information
#FAF338 (or 0xFAF338) is known color: Gorse. HEX triplet: FA, F3 and 38. RGB value is (250,243,56). Sum of RGB (Red+Green+Blue) = 250+243+56=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 56 (22.27% from 255 or 10.20% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF338 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF338 is #050CC7. Grayscale: #E0E0E0. Windows color (decimal): -330952 or 3732474. OLE color: 3732474.
HSL color Cylindrical-coordinate representation of color #FAF338: hue angle of 57.84º 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 #FAF338 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 56 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.02 |
| HSL | 57.84º | 0.95% | 0.6% | - |
| HSV(B) | 57.84º | 0.78% | 0.98% | - |
| XYZ | 72.19 | 84.71 | 16.29 | - |
| YUV | 223.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 56 | 0 | 0.03 | 0.78 | 0.02 | 57.84 | 0.95 | 0.6 |
| Hex | FA | F3 | 38 | 0 | 3 | 4E | 2 | 3A | 5F | 3C |
| Octal | 372 | 363 | 70 | 0 | 3 | 116 | 2 | 72 | 137 | 74 |
| Binary | 11111010 | 11110011 | 111000 | 0 | 11 | 1001110 | 10 | 111010 | 1011111 | 111100 |
Color Harmonies of #FAF338
Complementary color
Monochromatic Colors of #FAF338
Black with #FAF338
Text Example
Text Example
White with #FAF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF338; }
p { color: rgb(250,243,56); }
H1.HeaderClassName
{
color: #FAF338;
}
.AnyTagClassName
{
color: #FAF338;
}
</style>
background-color css
<style>
a { background-color: #FAF338; }
a { background-color: rgb(250,243,56); }
div.DivClassName
{
background-color: #FAF338;
}
.BgClassName
{
background-color: #FAF338;
}
</style>
border-color css
<style>
span { border-color: #FAF338; }
span { border-color: rgb(250,243,56); }
td.TdClassName
{
border-color: #FAF338;
}
.TagClassName
{
border-color: #FAF338;
}
</style>