Html Css Color HEX #FAFD30 Gorse

📋 copy color: '#FAFD30'

red 250 ◦ green 253 ◦ blue 48

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

Shades of Gorse #FAFD30

Tints of Gorse #FAFD30

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

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

R = 45.37%
G = 45.92%
B = 8.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FAFD30 (or 0xFAFD30) is known color: Gorse. HEX triplet: FA, FD and 30. RGB value is (250,253,48). Sum of RGB (Red+Green+Blue) = 250+253+48=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 48 (19.14% from 255 or 8.71% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD30 is #0502CF. Grayscale: #E5E5E5. Windows color (decimal): -328400 or 3210746. OLE color: 3210746.

HSL color Cylindrical-coordinate representation of color #FAFD30: hue angle of 60.88º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAFD30 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 48 -
CMYK 0.01 0 0.81 0.01
HSL 60.88º 0.98% 0.59% -
HSV(B) 60.88º 0.81% 0.99% -
XYZ 75.08 90.79 16.36 -
YUV 228.73 26.01 143.17 -
System Red Green Blue C M Y K H S L
Decimal 250 253 48 0.01 0 0.81 0.01 60.88 0.98 0.59
Hex FA FD 30 1 0 51 1 3D 62 3B
Octal 372 375 60 1 0 121 1 75 142 73
Binary 11111010 11111101 110000 1 0 1010001 1 111101 1100010 111011

Color Harmonies of #FAFD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD30

Black with #FAFD30

Text Example


Text Example

White with #FAFD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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