Html Css Color HEX #F8DC2B Gorse

📋 copy color: '#F8DC2B'

red 248 ◦ green 220 ◦ blue 43

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

Shades of Gorse #F8DC2B

Tints of Gorse #F8DC2B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

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

R = 48.53%
G = 43.05%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8DC2B (or 0xF8DC2B) is known color: Gorse. HEX triplet: F8, DC and 2B. RGB value is (248,220,43). Sum of RGB (Red+Green+Blue) = 248+220+43=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC2B is #0723D4. Grayscale: #D0D0D0. Windows color (decimal): -467925 or 2874616. OLE color: 2874616.

HSL color Cylindrical-coordinate representation of color #F8DC2B: hue angle of 51.8º 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 #F8DC2B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 43 -
CMYK 0 0.11 0.83 0.03
HSL 51.8º 0.94% 0.57% -
HSV(B) 51.8º 0.83% 0.97% -
XYZ 64.74 71.32 12.64 -
YUV 208.19 34.78 156.39 -
System Red Green Blue C M Y K H S L
Decimal 248 220 43 0 0.11 0.83 0.03 51.8 0.94 0.57
Hex F8 DC 2B 0 B 53 3 34 5E 39
Octal 370 334 53 0 13 123 3 64 136 71
Binary 11111000 11011100 101011 0 1011 1010011 11 110100 1011110 111001

Color Harmonies of #F8DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC2B

Black with #F8DC2B

Text Example


Text Example

White with #F8DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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