Html Css Color HEX #FFF130 Gorse

📋 copy color: '#FFF130'

red 255 ◦ green 241 ◦ blue 48

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

Shades of Gorse #FFF130

Tints of Gorse #FFF130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

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

R = 46.88%
G = 44.3%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFF130 (or 0xFFF130) is known color: Gorse. HEX triplet: FF, F1 and 30. RGB value is (255,241,48). Sum of RGB (Red+Green+Blue) = 255+241+48=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 48 (19.14% from 255 or 8.82% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF130 is #000ECF. Grayscale: #DFDFDF. Windows color (decimal): -3792 or 3207679. OLE color: 3207679.

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

Color convert

RGB 255 241 48 -
CMYK 0 0.05 0.81 0
HSL 55.94º 1% 0.59% -
HSV(B) 55.94º 0.81% 1% -
XYZ 73.23 84.38 15.22 -
YUV 223.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 255 241 48 0 0.05 0.81 0 55.94 1 0.59
Hex FF F1 30 0 5 51 0 38 64 3B
Octal 377 361 60 0 5 121 0 70 144 73
Binary 11111111 11110001 110000 0 101 1010001 0 111000 1100100 111011

Color Harmonies of #FFF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF130

Black with #FFF130

Text Example


Text Example

White with #FFF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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