Html Css Color HEX #FBDC26 Gorse

📋 copy color: '#FBDC26'

red 251 ◦ green 220 ◦ blue 38

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

Shades of Gorse #FBDC26

Tints of Gorse #FBDC26

RGB

 RED value IS 251 (98.44% from 255) = 49.31%

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

 BLUE value IS 38 (15.23% from 255) = 7.47%

R = 49.31%
G = 43.22%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBDC26 (or 0xFBDC26) is known color: Gorse. HEX triplet: FB, DC and 26. RGB value is (251,220,38). Sum of RGB (Red+Green+Blue) = 251+220+38=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 38 (15.23% from 255 or 7.47% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC26 is #0423D9. Grayscale: #D1D1D1. Windows color (decimal): -271322 or 2546939. OLE color: 2546939.

HSL color Cylindrical-coordinate representation of color #FBDC26: hue angle of 51.27º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBDC26 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 38 -
CMYK 0 0.12 0.85 0.02
HSL 51.27º 0.96% 0.57% -
HSV(B) 51.27º 0.85% 0.98% -
XYZ 65.73 71.84 12.24 -
YUV 208.52 31.77 158.3 -
System Red Green Blue C M Y K H S L
Decimal 251 220 38 0 0.12 0.85 0.02 51.27 0.96 0.57
Hex FB DC 26 0 C 55 2 33 60 39
Octal 373 334 46 0 14 125 2 63 140 71
Binary 11111011 11011100 100110 0 1100 1010101 10 110011 1100000 111001

Color Harmonies of #FBDC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC26

Black with #FBDC26

Text Example


Text Example

White with #FBDC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC26; }

 p { color: rgb(251,220,38); }

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

background-color css

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

 a { background-color: rgb(251,220,38); }

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

border-color css

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

 span { border-color: rgb(251,220,38); }

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