Html Css Color HEX #F8DB2B Gorse

📋 copy color: '#F8DB2B'

red 248 ◦ green 219 ◦ blue 43

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

Shades of Gorse #F8DB2B

Tints of Gorse #F8DB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.43%

R = 48.63%
G = 42.94%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8DB2B (or 0xF8DB2B) is known color: Gorse. HEX triplet: F8, DB and 2B. RGB value is (248,219,43). Sum of RGB (Red+Green+Blue) = 248+219+43=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 43 (17.19% from 255 or 8.43% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB2B is #0724D4. Grayscale: #D0D0D0. Windows color (decimal): -468181 or 2874360. OLE color: 2874360.

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

Color convert

RGB 248 219 43 -
CMYK 0 0.12 0.83 0.03
HSL 51.51º 0.94% 0.57% -
HSV(B) 51.51º 0.83% 0.97% -
XYZ 64.48 70.79 12.55 -
YUV 207.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 248 219 43 0 0.12 0.83 0.03 51.51 0.94 0.57
Hex F8 DB 2B 0 C 53 3 34 5E 39
Octal 370 333 53 0 14 123 3 64 136 71
Binary 11111000 11011011 101011 0 1100 1010011 11 110100 1011110 111001

Color Harmonies of #F8DB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB2B

Black with #F8DB2B

Text Example


Text Example

White with #F8DB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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