Html Css Color HEX #F6F530 Gorse

📋 copy color: '#F6F530'

red 246 ◦ green 245 ◦ blue 48

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

Shades of Gorse #F6F530

Tints of Gorse #F6F530

RGB

 RED value IS 246 (96.48% from 255) = 45.64%

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

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

R = 45.64%
G = 45.45%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6F530 (or 0xF6F530) is known color: Gorse. HEX triplet: F6, F5 and 30. RGB value is (246,245,48). Sum of RGB (Red+Green+Blue) = 246+245+48=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 48 (19.14% from 255 or 8.91% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F530 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6F530 is #090ACF. Grayscale: #DFDFDF. Windows color (decimal): -592592 or 3208694. OLE color: 3208694.

HSL color Cylindrical-coordinate representation of color #F6F530: hue angle of 59.7º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6F530 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 245 48 -
CMYK 0 0.00 0.80 0.04
HSL 59.7º 0.92% 0.58% -
HSV(B) 59.7º 0.8% 0.96% -
XYZ 71.19 85.11 15.47 -
YUV 222.84 29.33 144.52 -
System Red Green Blue C M Y K H S L
Decimal 246 245 48 0 0.00 0.80 0.04 59.7 0.92 0.58
Hex F6 F5 30 0 0 50 4 3C 5C 3A
Octal 366 365 60 0 0 120 4 74 134 72
Binary 11110110 11110101 110000 0 0 1010000 100 111100 1011100 111010

Color Harmonies of #F6F530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F530

Black with #F6F530

Text Example


Text Example

White with #F6F530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F530; }

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

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

background-color css

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

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

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

border-color css

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

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

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