Html Css Color HEX #FAFF38 Gorse

📋 copy color: '#FAFF38'

red 250 ◦ green 255 ◦ blue 56

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

Shades of Gorse #FAFF38

Tints of Gorse #FAFF38

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

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

R = 44.56%
G = 45.45%
B = 9.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FAFF38 (or 0xFAFF38) is known color: Gorse. HEX triplet: FA, FF and 38. RGB value is (250,255,56). Sum of RGB (Red+Green+Blue) = 250+255+56=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 56 (22.27% from 255 or 9.98% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF38 is #0500C7. Grayscale: #E7E7E7. Windows color (decimal): -327880 or 3735546. OLE color: 3735546.

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

Color convert

RGB 250 255 56 -
CMYK 0.02 0 0.78 0
HSL 61.51º 1% 0.61% -
HSV(B) 61.51º 0.78% 1% -
XYZ 75.9 92.13 17.52 -
YUV 230.82 29.34 141.68 -
System Red Green Blue C M Y K H S L
Decimal 250 255 56 0.02 0 0.78 0 61.51 1 0.61
Hex FA FF 38 2 0 4E 0 3E 64 3D
Octal 372 377 70 2 0 116 0 76 144 75
Binary 11111010 11111111 111000 10 0 1001110 0 111110 1100100 111101

Color Harmonies of #FAFF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF38

Black with #FAFF38

Text Example


Text Example

White with #FAFF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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