Html Css Color HEX #F8DB3A Gorse

📋 copy color: '#F8DB3A'

red 248 ◦ green 219 ◦ blue 58

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

Shades of Gorse #F8DB3A

Tints of Gorse #F8DB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.71%

 BLUE value IS 58 (23.05% from 255) = 11.05%

R = 47.24%
G = 41.71%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8DB3A (or 0xF8DB3A) is known color: Gorse. HEX triplet: F8, DB and 3A. RGB value is (248,219,58). Sum of RGB (Red+Green+Blue) = 248+219+58=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB3A is #0724C5. Grayscale: #D1D1D1. Windows color (decimal): -468166 or 3857400. OLE color: 3857400.

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

Color convert

RGB 248 219 58 -
CMYK 0 0.12 0.77 0.03
HSL 50.84º 0.93% 0.6% -
HSV(B) 50.84º 0.77% 0.97% -
XYZ 64.81 70.92 14.28 -
YUV 209.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 248 219 58 0 0.12 0.77 0.03 50.84 0.93 0.6
Hex F8 DB 3A 0 C 4D 3 33 5D 3C
Octal 370 333 72 0 14 115 3 63 135 74
Binary 11111000 11011011 111010 0 1100 1001101 11 110011 1011101 111100

Color Harmonies of #F8DB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB3A

Black with #F8DB3A

Text Example


Text Example

White with #F8DB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB3A; }

 p { color: rgb(248,219,58); }

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

background-color css

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

 a { background-color: rgb(248,219,58); }

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

border-color css

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

 span { border-color: rgb(248,219,58); }

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