Html Css Color HEX #FAF234 Gorse

📋 copy color: '#FAF234'

red 250 ◦ green 242 ◦ blue 52

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

Shades of Gorse #FAF234

Tints of Gorse #FAF234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.56%

R = 45.96%
G = 44.49%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAF234 (or 0xFAF234) is known color: Gorse. HEX triplet: FA, F2 and 34. RGB value is (250,242,52). Sum of RGB (Red+Green+Blue) = 250+242+52=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 52 (20.70% from 255 or 9.56% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF234 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF234 is #050DCB. Grayscale: #DFDFDF. Windows color (decimal): -331212 or 3470074. OLE color: 3470074.

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

Color convert

RGB 250 242 52 -
CMYK 0 0.03 0.79 0.02
HSL 57.58º 0.95% 0.59% -
HSV(B) 57.58º 0.79% 0.98% -
XYZ 71.8 84.08 15.69 -
YUV 222.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 250 242 52 0 0.03 0.79 0.02 57.58 0.95 0.59
Hex FA F2 34 0 3 4F 2 3A 5F 3B
Octal 372 362 64 0 3 117 2 72 137 73
Binary 11111010 11110010 110100 0 11 1001111 10 111010 1011111 111011

Color Harmonies of #FAF234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF234

Black with #FAF234

Text Example


Text Example

White with #FAF234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF234; }

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

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

background-color css

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

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

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

border-color css

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

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

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