Html Css Color HEX #FFFA38 Gorse

📋 copy color: '#FFFA38'

red 255 ◦ green 250 ◦ blue 56

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

Shades of Gorse #FFFA38

Tints of Gorse #FFFA38

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FFFA38: hue angle of 58.49º 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 #FFFA38 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 255 250 56 -
CMYK 0 0.02 0.78 0
HSL 58.49º 1% 0.61% -
HSV(B) 58.49º 0.78% 1% -
XYZ 76.14 89.92 17.08 -
YUV 229.38 30.16 146.27 -
System Red Green Blue C M Y K H S L
Decimal 255 250 56 0 0.02 0.78 0 58.49 1 0.61
Hex FF FA 38 0 2 4E 0 3A 64 3D
Octal 377 372 70 0 2 116 0 72 144 75
Binary 11111111 11111010 111000 0 10 1001110 0 111010 1100100 111101

Color Harmonies of #FFFA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA38

Black with #FFFA38

Text Example


Text Example

White with #FFFA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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