Html Css Color HEX #F8DA30 Gorse

📋 copy color: '#F8DA30'

red 248 ◦ green 218 ◦ blue 48

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

Shades of Gorse #F8DA30

Tints of Gorse #F8DA30

RGB

 RED value IS 248 (97.27% from 255) = 48.25%

 GREEN value IS 218 (85.55% from 255) = 42.41%

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

R = 48.25%
G = 42.41%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8DA30 (or 0xF8DA30) is known color: Gorse. HEX triplet: F8, DA and 30. RGB value is (248,218,48). Sum of RGB (Red+Green+Blue) = 248+218+48=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA30 is #0725CF. Grayscale: #D0D0D0. Windows color (decimal): -468432 or 3201784. OLE color: 3201784.

HSL color Cylindrical-coordinate representation of color #F8DA30: hue angle of 51º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8DA30 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 218 48 -
CMYK 0 0.12 0.81 0.03
HSL 51º 0.93% 0.58% -
HSV(B) 51º 0.81% 0.97% -
XYZ 64.32 70.31 12.98 -
YUV 207.59 37.94 156.82 -
System Red Green Blue C M Y K H S L
Decimal 248 218 48 0 0.12 0.81 0.03 51 0.93 0.58
Hex F8 DA 30 0 C 51 3 33 5D 3A
Octal 370 332 60 0 14 121 3 63 135 72
Binary 11111000 11011010 110000 0 1100 1010001 11 110011 1011101 111010

Color Harmonies of #F8DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DA30

Black with #F8DA30

Text Example


Text Example

White with #F8DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DA30; }

 p { color: rgb(248,218,48); }

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

background-color css

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

 a { background-color: rgb(248,218,48); }

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

border-color css

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

 span { border-color: rgb(248,218,48); }

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