Html Css Color HEX #FFF530 Gorse

📋 copy color: '#FFF530'

red 255 ◦ green 245 ◦ blue 48

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

Shades of Gorse #FFF530

Tints of Gorse #FFF530

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.71%

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

R = 46.53%
G = 44.71%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFF530 (or 0xFFF530) is known color: Gorse. HEX triplet: FF, F5 and 30. RGB value is (255,245,48). Sum of RGB (Red+Green+Blue) = 255+245+48=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 48 (19.14% from 255 or 8.76% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF530 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF530 is #000ACF. Grayscale: #E2E2E2. Windows color (decimal): -2768 or 3208703. OLE color: 3208703.

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

Color convert

RGB 255 245 48 -
CMYK 0 0.04 0.81 0
HSL 57.1º 1% 0.59% -
HSV(B) 57.1º 0.81% 1% -
XYZ 74.43 86.78 15.62 -
YUV 225.53 27.81 149.02 -
System Red Green Blue C M Y K H S L
Decimal 255 245 48 0 0.04 0.81 0 57.1 1 0.59
Hex FF F5 30 0 4 51 0 39 64 3B
Octal 377 365 60 0 4 121 0 71 144 73
Binary 11111111 11110101 110000 0 100 1010001 0 111001 1100100 111011

Color Harmonies of #FFF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF530

Black with #FFF530

Text Example


Text Example

White with #FFF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF530; }

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

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

background-color css

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

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

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

border-color css

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

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

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