Html Css Color HEX #FBDA3E Gorse

📋 copy color: '#FBDA3E'

red 251 ◦ green 218 ◦ blue 62

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

Shades of Gorse #FBDA3E

Tints of Gorse #FBDA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.68%

R = 47.27%
G = 41.05%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBDA3E (or 0xFBDA3E) is known color: Gorse. HEX triplet: FB, DA and 3E. RGB value is (251,218,62). Sum of RGB (Red+Green+Blue) = 251+218+62=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 62 (24.61% from 255 or 11.68% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA3E is #0425C1. Grayscale: #D2D2D2. Windows color (decimal): -271810 or 4119291. OLE color: 4119291.

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

Color convert

RGB 251 218 62 -
CMYK 0 0.13 0.75 0.02
HSL 49.52º 0.96% 0.61% -
HSV(B) 49.52º 0.75% 0.98% -
XYZ 65.72 71 14.8 -
YUV 210.08 44.43 157.18 -
System Red Green Blue C M Y K H S L
Decimal 251 218 62 0 0.13 0.75 0.02 49.52 0.96 0.61
Hex FB DA 3E 0 D 4B 2 32 60 3D
Octal 373 332 76 0 15 113 2 62 140 75
Binary 11111011 11011010 111110 0 1101 1001011 10 110010 1100000 111101

Color Harmonies of #FBDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA3E

Black with #FBDA3E

Text Example


Text Example

White with #FBDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA3E; }

 p { color: rgb(251,218,62); }

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

background-color css

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

 a { background-color: rgb(251,218,62); }

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

border-color css

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

 span { border-color: rgb(251,218,62); }

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