Html Css Color HEX #FFFA3B Gorse

📋 copy color: '#FFFA3B'

red 255 ◦ green 250 ◦ blue 59

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

Shades of Gorse #FFFA3B

Tints of Gorse #FFFA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 10.46%

R = 45.21%
G = 44.33%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFFA3B (or 0xFFFA3B) is known color: Gorse. HEX triplet: FF, FA and 3B. RGB value is (255,250,59). Sum of RGB (Red+Green+Blue) = 255+250+59=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 59 (23.44% from 255 or 10.46% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA3B is #0005C4. Grayscale: #E6E6E6. Windows color (decimal): -1477 or 3930879. OLE color: 3930879.

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

Color convert

RGB 255 250 59 -
CMYK 0 0.02 0.77 0
HSL 58.47º 1% 0.62% -
HSV(B) 58.47º 0.77% 1% -
XYZ 76.22 89.95 17.48 -
YUV 229.72 31.66 146.03 -
System Red Green Blue C M Y K H S L
Decimal 255 250 59 0 0.02 0.77 0 58.47 1 0.62
Hex FF FA 3B 0 2 4D 0 3A 64 3E
Octal 377 372 73 0 2 115 0 72 144 76
Binary 11111111 11111010 111011 0 10 1001101 0 111010 1100100 111110

Color Harmonies of #FFFA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA3B

Black with #FFFA3B

Text Example


Text Example

White with #FFFA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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