Html Css Color HEX #FAF230 Gorse

📋 copy color: '#FAF230'

red 250 ◦ green 242 ◦ blue 48

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

Shades of Gorse #FAF230

Tints of Gorse #FAF230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.89%

R = 46.3%
G = 44.81%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAF230 (or 0xFAF230) is known color: Gorse. HEX triplet: FA, F2 and 30. RGB value is (250,242,48). Sum of RGB (Red+Green+Blue) = 250+242+48=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 48 (19.14% from 255 or 8.89% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF230 is #050DCF. Grayscale: #DFDFDF. Windows color (decimal): -331216 or 3207930. OLE color: 3207930.

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

Color convert

RGB 250 242 48 -
CMYK 0 0.03 0.81 0.02
HSL 57.62º 0.95% 0.58% -
HSV(B) 57.62º 0.81% 0.98% -
XYZ 71.71 84.04 15.24 -
YUV 222.28 29.65 147.77 -
System Red Green Blue C M Y K H S L
Decimal 250 242 48 0 0.03 0.81 0.02 57.62 0.95 0.58
Hex FA F2 30 0 3 51 2 3A 5F 3A
Octal 372 362 60 0 3 121 2 72 137 72
Binary 11111010 11110010 110000 0 11 1010001 10 111010 1011111 111010

Color Harmonies of #FAF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF230

Black with #FAF230

Text Example


Text Example

White with #FAF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF230; }

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

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

background-color css

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

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

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

border-color css

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

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

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