Html Css Color HEX #FFFA30 Gorse

📋 copy color: '#FFFA30'

red 255 ◦ green 250 ◦ blue 48

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

Shades of Gorse #FFFA30

Tints of Gorse #FFFA30

RGB

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

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

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

R = 46.11%
G = 45.21%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFFA30 (or 0xFFFA30) is known color: Gorse. HEX triplet: FF, FA and 30. RGB value is (255,250,48). Sum of RGB (Red+Green+Blue) = 255+250+48=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 48 (19.14% from 255 or 8.68% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA30 is #0005CF. Grayscale: #E5E5E5. Windows color (decimal): -1488 or 3209983. OLE color: 3209983.

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

Color convert

RGB 255 250 48 -
CMYK 0 0.02 0.81 0
HSL 58.55º 1% 0.59% -
HSV(B) 58.55º 0.81% 1% -
XYZ 75.96 89.84 16.13 -
YUV 228.47 26.16 146.93 -
System Red Green Blue C M Y K H S L
Decimal 255 250 48 0 0.02 0.81 0 58.55 1 0.59
Hex FF FA 30 0 2 51 0 3B 64 3B
Octal 377 372 60 0 2 121 0 73 144 73
Binary 11111111 11111010 110000 0 10 1010001 0 111011 1100100 111011

Color Harmonies of #FFFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA30

Black with #FFFA30

Text Example


Text Example

White with #FFFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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